System.Classes.TThread.Current

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class property Current: TThread read GetCurrentThread;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread


説明

現在実行されている スレッドです。

メモ: これは、CurrentThread と同じです。

関連項目