TThread.ExternalThread
Is the thread instance an external thread ?
Declaration
Source position: classesh.inc line 1986
public Property
ExternalThread : Boolean;
Description
ExternalThread returns True if the thread is an externally created thread. If the thread was created by the FPC program, this returns False. This is useful for examining instances returned by TThread.CurrentThread .
See also
Name | Description |
---|---|
TThread.CurrentThread | Return current thread instance |