Vcl.ComCtrls.TCustomStatusBar.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomStatusBar(void);

Properties

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

Description

Destroys TCustomStatusBar and frees its memory.

Do not call Destroy directly. Instead, use the Free method, which checks for a nil object before calling Destroy.

The Destroy method destroys the status bar along with its canvas and status panels.

See Also