System.Classes.TThread.CurrentThread

提供: RAD Studio API Documentation
2026年3月3日 (火) 07:48時点におけるYukikoi (トーク | 投稿記録)による版 (LOC-23453)
移動先: 案内検索

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


説明

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

メモ: これは、TThread.Current と同じです。よりクリアで無駄も少ないため、TThread.Current を使用してください。

関連項目