[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TThreadReportStatus

Thread status report callback prototype

Declaration

Source position: classesh.inc line 1689

type TThreadReportStatus = procedure(

  const status: string

) of object;

Description

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.

See also

TThread.ExecuteInThread

  

Execute a method or static procedure in a thread

TThreadExecuteStatusHandler

  

Signature of method to execute in a thread, with status reporting


Documentation generated on: May 14 2021