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

TThreadSetThreadDebugNameHandlerU

Set thread debug name callback prototype, UnicodeString version.

Declaration

Source position: threadh.inc line 50

type TThreadSetThreadDebugNameHandlerU = procedure(

  threadHandle: TThreadID;

  const ThreadName: UnicodeString

);

Description

TThreadSetThreadDebugNameHandlerU is the type of the TThreadManagerSetThreadDebugNameU method. It receives the thread ID in threadHandle and the name to apply (as unicodeString) in ThreadName.

See also

TThreadManager

  

Thread manager record.


Documentation generated on: Jul 24 2023