System.Threading.TThreadPool.Current

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

Delphi

class property Current: TThreadPool read GetCurrentThreadPool;

C++

/* static */ __property TThreadPool* Current = {read=GetCurrentThreadPool};

プロパティ

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


説明

現在のタスクスレッド プール

関連項目