System.Threading.TThreadPool.Default

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Default: TThreadPool read FDefaultPool;

C++

/* static */ __property TThreadPool* Default = {read=FDefaultPool};

Properties

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

Description

TThreadPool.Default indentifies the default thread pool of the class.

This default thread pool is automatically associated with a task if the user does not define a particular thread pool.

See Also