Vcl.ActnMenus.TCustomizeActionToolBar.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomizeActionToolBar();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomizeActionToolBar

Description

Destroys an instance of TCustomizeActionToolBar.

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

See Also