RAD Studio VCL Reference
|
TMenu is the base type for menu components such as TMainMenu and TPopupMenu.
TMenu = class(TComponent);
class TMenu : public TComponent;
Menus
Use TMenu as a base class when defining a component that represents a collection of menu items. TMenu introduces properties and methods to create a Windows menu that represents a set of menu items, dispatch commands associated with those menu items, and locate the help context id for any of those menu items.
Determining the Order of Merged Menu Items: GroupIndex Property
Editing Menu Items in the Object Inspector
Manipulating Menu Items at Runtime
Naming Conventions for Template Menu Items and Event Handlers
Specifying Accelerator Keys and Keyboard Shortcuts
Specifying the Active Menu: Menu Property
Switching Between Menus at Design Time
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|