[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return current thread instance
Source position: classesh.inc line 1826
public property TThread.CurrentThread : TThread |
TThread.CurrentThread can be used to get the current thread instance. This is useful in code that is not inside a TThread implementation, but which needs access to the current thread.
For threads that were created outside of FPC code (DLLs or a calling program) this will return a dummy TThread instance.
|
Is the thread instance an external thread ? |