Signature of procedure to execute in a thread, without status reporting.
Source position: classesh.inc line 2239
type TThreadExecuteCallBack = procedure( |
AData: Pointer |
); |
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.
|
Execute a method or static procedure in a thread. |
|
|
Thread status report callback prototype. |
|
|
Signature of thread status report event handler. |
|
|
Signature of procedure to execute in a thread, with status reporting. |