Vcl.ActnMan.TCustomActionBarColorMap.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Remove(ActionBar: TCustomActionBar);

C++

HIDESBASE void __fastcall Remove(TCustomActionBar* ActionBar);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Description

Deletes the first reference to the ActionBar parameter from the ActionBars array.

Call Remove to remove a specific item from the ActionBars array when its index is unknown.

If the ActionBars array contains more than one copy of the pointer, only the first copy is deleted.

See Also