|
|
|
| acThread component.
|
| type
|
| TacThreadMethodEvent = procedure(Sender: TObject; var Method: TThreadMethod) of object;
|
|
|
| property OnSynchronization: TacTHreadMethodEvent;
|
| The OnSynchronization event being triggered on call of Synchronize and SynchronizeEx methods, and its already synchronized with the main application thread.
|
|
|
| The Method parameter determines the synchronized method which about to be called. You may set Method to nil to cancel execution of this method.
|
| Synchronize and SynchronizeEx methods;
|