RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionMainMenuBar Class

TActionMainMenuBar is a rendering engine that renders action client items as menu items.

Pascal
TActionMainMenuBar = class(TCustomActionMainMenuBar);
C++
class TActionMainMenuBar : public TCustomActionMainMenuBar;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!