Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TThreadSetThreadDebugNameHandlerA

Set thread debug name callback prototype, AnsiString version.

Declaration

Source position: threadh.inc line 48

type TThreadSetThreadDebugNameHandlerA = procedure(

  threadHandle: TThreadID;

  const ThreadName: AnsiString

);

Description

TThreadSetThreadDebugNameHandlerA is the type of the TThreadManagerSetThreadDebugNameA method. It receives the thread ID in threadHandle and the name (as AnsiString) to apply in ThreadName.

See also

TThreadManager

  

Thread manager record.


Documentation generated on: Jul 24 2023