System.Classes.TThread.CurrentThread
Delphi
class property CurrentThread: TThread read GetCurrentThread;
C++
/* static */ __property TThread* CurrentThread = {read=GetCurrentThread};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | System.Classes.pas System.Classes.hpp | System.Classes | TThread | 
説明
現在実行されているスレッドです。
クラス プロパティ CurrentThread は、現在実行されているスレッドを表す TThread です。