Vcl.ActnMan.TActionManager.ActionBars
Delphi
property ActionBars: TActionBars read FActionBars write SetActionBars stored IsActionBarsStored;
C++
__property ActionBars;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionManager |
Description
Contains a collection of all the action bands in the application.
Vcl.ActnMan.TActionManager.ActionBars inherits from Vcl.ActnMan.TCustomActionManager.ActionBars. All content below this line refers to Vcl.ActnMan.TCustomActionManager.ActionBars.
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.