Vcl.ActnMenus
Defines base classes and metaclasses for action band menus, such as TCustomAddRemoveItem and TCustomAddRemoveItemClass. See also Setting Up Action Lists.
| Package | vclactnband.bpl |
|---|
Contents
Classes
Routines
| RegisterActnBarStyle | Registers an action band style so that it is available for use from TActionManager's Style property within the IDE. |
| UnRegisterActnBarStyle | Unregisters an action band style from the IDE. |
Types
| TAnimationStyle | TAnimationStyle is the type of the AnimationStyle property of an action menu. |
| TExitMenuEvent | TExitMenuEvent is the type of the OnExitMenuLoop event handler of an action menu. |
| TGetPopupClassEvent | TGetPopupClassEvent is the type of the OnGetPopupClass event handler of an action menu. |
| TMDIButtonStyle | TMDIButtonStyle specifies the style of the MDI border buttons. |
| TMenuEdges | TMenuEdges is the type of the Edges property of an action menu item. |
| TMenuPopupEvent | TMenuPopupEvent is the type of the OnPopup event handler of an action menu. |
| TUpdateActnMenusProc | TUpdateActnMenusProc is the type of a function that is called each time an action menu is updated. |
Variables
| MenuAddRemoveItemClass (deprecated) | Is an instance of TAddRemoveItemClass. |
| MenuButtonControlClass (deprecated) | Is an instance of TMenuButtonControlClass. |
| MenuCustomizePopupClass (deprecated) | Is an instance of TCustomizeActionToolBarClass. |
| MenuItemControlClass (deprecated) | Is an instance of TMenuButtonControlClass. |
| MenuPopupClass (deprecated) | Is an instance of TCustomPopupClass. |
| UpdateActnMenusProc | Provides the default updating procedure of an action menu window. |