System.Threading.TThreadPool.Current

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property Current: TThreadPool read GetCurrentThreadPool;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool


Beschreibung

Der Thread-Pool der aktuellen Aufgabe.

Siehe auch