Vcl.ComCtrls.TCoolBand.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCoolBand(void);

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Destroys the TCoolBand and frees its memory.

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

See Also