[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the thread instance an external thread ?
Source position: classesh.inc line 1682
public property TThread.ExternalThread : Boolean |
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.
|
Return current thread instance |