Vcl.ActnMan.TCustomActionManager.ActionBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionBars: TActionBars read FActionBars write SetActionBars

C++

__property TActionBars* ActionBars = {read=FActionBars, write=SetActionBars, stored=IsActionBarsStored};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Contains a collection of all the action bands in the application.

ActionBars is used internally by the action manager component to maintain a collection of all the action bands connected to the action manager in the application. An action band is automatically added to the collection when an action or category of actions is dropped on an action band or the ActionManager property in an action band component is set in the Object Inspector.

See Also