Vcl.ActnMenus.TMenuStack.Bars
Delphi
property Bars[const Index: Integer]: TCustomActionMenuBar read GetBars;
C++
__property TCustomActionMenuBar* Bars[const int Index] = {read=GetBars};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TMenuStack |
Description
Specifies a menu bar by its position in the List.
Bars is internally used to access a menu bar specified by Index
in the List.