System.Threading.TThreadPool.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Current: TThreadPool read GetCurrentThreadPool;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool

Description

The thread pool of the current task.

See Also