System.Classes.TThread.Current

From RAD Studio API Documentation
Revision as of 07:33, 23 April 2015 by Danijelp (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

class property Current: TThread read GetCurrentThread;

C++

/* static */ __property TThread* Current = {read=GetCurrentThread};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread

Description

The thread that is currently running.

See Also