Vcl.ActnMenus.TActionMainMenuBar
Delphi
TActionMainMenuBar = class(TCustomActionMainMenuBar)
C++
class PASCALIMPLEMENTATION TActionMainMenuBar : public TCustomActionMainMenuBar
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | Vcl.ActnMenus |
Description
TActionMainMenuBar is a rendering engine that renders action client items as menu items.
TActionMainMenuBar is a specialized container (like TPanel) that renders a group of items on screen in the order specified in the Action Manager. All of the items are created dynamically when the TActionMainMenuBar component is connected to an item from the Action Manager.
The items themselves are internal components (similar to TMenuItem) created by the TActionMainMenuBar and appear consistent with the look and function of a main menu. The layout of the items on the TActionMainMenuBar is managed automatically and specified by the Action Manager.