StdActnMenus.TStandardAddRemoveItem
Contents |
Delphi Information
From StdActnMenus.pas
TStandardAddRemoveItem = class(TCustomAddRemoveItem)
Unit: StdActnMenus
Type: class
Inherited Class Members: StdActnMenus.TStandardAddRemoveItem Members
C++ Information
From StdActnMenus.hpp
TStandardAddRemoveItem = class(TCustomAddRemoveItem)
Unit: StdActnMenus
Type: class
Inherited Class Members: StdActnMenus.TStandardAddRemoveItem Members
Class Constructors & Destructors: StdActnMenus.TStandardAddRemoveItem Constructors
Description
TStandardAddRemoveItem is the ActionBand menu class for customizing action bands.
TStandardAddRemoveItem is the standard ActionBand menu for customizing action bands at runtime.
Do not create instances of TStandardAddRemoveItem as this will be done for you automatically if the class is the default customization menu. If you would like to replace the standard customization menu, use the class TCustomAddRemoveItem as a parent class for your replacement class. To make the change for your application, set the value of MenuAddRemoveItemClass (a global variable) to your own subclass of TCustomAddRemoveItem instead of TStandardAddRemoveItem.