Vcl.ActnMan.TActionBars.ActionBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionBars[const Index: Integer]: TActionBarItem read GetActionBar; default;

C++

__property TActionBarItem* ActionBars[const int Index] = {read=GetActionBar/*, default*/};

Properties

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

Description

Contains a collection of all of the action bars connected to the action manager.

The ActionBars property contains a collection of all of the action bands connected to the action manager. When an action is dropped on an action band or the ActionManager property of an action band is set to the action manager component, the action band (in the form of a TActionBarItem) is automatically added to this collection.

See Also