[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Thread status report callback prototype
Source position: classesh.inc line 1575
type TThreadReportStatus = procedure( |
const status: string |
) of object; |
TThreadReportStatus is the callback prototype for the TThread.ExecuteInThread method. This callback is used to report thread status to the main thread: the Status string can be used to report the status of thread execution.
|
Execute a method or static procedure in a thread |
|
|
Signature of method to execute in a thread, with status reporting |