[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signature of method to execute in a thread, without status reporting
Source position: classesh.inc line 1578
type TThreadExecuteHandler = TThreadMethod; |
TThreadExecuteHandler is the signature of the method 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 |