Vcl.ExtCtrls.TCustomControlBar.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomControlBar();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Destroys the TCustomControlBar instance.

Do not call Destroy. Instead, call Free.

Destroy frees the memory allocated for the TCustomControlBar properties.

See Also