System.Classes.TThread.Current

From RAD Studio API Documentation
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