![]() |
![]() ![]() ![]() |
acSQLQueryThread component.
|
function RunSQL: Boolean; // returns False if busy or WaitTimeout expired
|
The RunSQL method opens the dataset (or any its descendant) specified in Query property. It just calls Open method of specified Query in the separate thread, without suspending other processes of your application.
|
|
To retrieve results after opening the dataset use OnDone event.
|
|
![]() |
Query, Priority, WaitThread and WaitTimeout properties;
|
OnDone and OnException events;
|
Abort method.
|