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

TThread.CurrentThread

Return current thread instance.

Declaration

Source position: classesh.inc line 2044

public property TThread.CurrentThread : TThread
  read GetCurrentThread;

Description

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.

See also

TThread.ExternalThread

  

Is the thread instance an external thread ?


Documentation generated on: Jul 24 2023