[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Thread termination callback handler
Source position: classesh.inc line 1581
type TNotifyCallBack = procedure( |
Sender: TObject; |
AData: Pointer |
); |
TNotifyCallBack is used to notify about thread termination when using static callbacks. When called, the Sender will contain the thread which is terminating, and AData is the AData parameter passed to TThread.ExecuteInThread.
|
Execute a method or static procedure in a thread |
|
|
Abstract Thread class. |