TThreadExecuteCallBack
Signature of procedure to execute in a thread, without status reporting
Declaration
Source position: classesh.inc line 1852
Type
TThreadExecuteCallBack = procedure(AData: Pointer)
Description
TThreadExecuteCallBack is the signature of the static procedure to be used when executing something in a thread using TThread.ExecuteInThread when no status reporting is required.
See also
Name | Description |
---|---|
TThread.ExecuteInThread | Execute a method or static procedure in a thread |
TThreadExecuteStatusCallBack | Signature of procedure to execute in a thread, with status reporting |
TThreadReportStatus | Thread status report callback prototype |
TThreadStatusNotifyEvent | Signature of thread status report event handler |