API:Vcl.ActnMenus.TCustomizeActionToolBar.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomizeActionToolBar

Description

Frees the ActionControls list.

Vcl.ActnMenus.TCustomizeActionToolBar.Clear inherits from Vcl.ActnMan.TCustomActionBar.Clear. All content below this line refers to Vcl.ActnMan.TCustomActionBar.Clear.

Frees the ActionControls list.

Clear is used to free the ActionControls list.

See Also