System.Threading.TThreadPool.Destroy

From RAD Studio API Documentation
Revision as of 18:22, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TThreadPool();

Properties

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

Description

Destroys this instance of TThreadPool.

See Also