System.Classes.TThreadList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TThreadList();

Properties

Type Visibility Source Unit Parent
destructor public
System.Classes.pas
System.Classes.hpp
System.Classes TThreadList

Description

Destroys the TThreadList and frees its memory.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the thread list is not nil, and only then calls Destroy.

See Also