![]() |
![]() ![]() ![]() |
acSQLQueryThread component.
|
property Query: TDataSet;
|
The Query property specifies the DataSet which you would like to Open in separate thread. You can specify ANY descendant of TDataSet class, for example standard TQuery component, or TmySQLQuery by MicroOLAP.
|
|
After calling RunSQL method, the component opens a dataset in serparate thread (calls Open method of Query), and returns results in OnDone method, if succeed.
|
Query, Priority and WaitThread properties;
|
OnDone and OnException events;
|
Abort method.
|