Vcl.ActnMenus.TCustomAddRemoveItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TCustomMenuItemVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCustomAddRemoveItem

Delphi

TCustomAddRemoveItem = class(TCustomMenuItem)

C++

class PASCALIMPLEMENTATION TCustomAddRemoveItem : public TCustomMenuItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus

Description

TCustomAddRemoveItem is the base class for the ActionBand menus for customizing action bands.

TCustomAddRemoveItem is a base class for TStandardAddRemoveItem, the standard ActionBand menu for customizing action bands at runtime.

Do not create instances of TCustomAddRemoveItem. 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.

See Also