Vcl.StdActnMenus.TStandardAddRemoveItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TCustomAddRemoveItemVcl.ActnMenus.TCustomMenuItemVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlTStandardAddRemoveItem

Delphi

TStandardAddRemoveItem = class(TCustomAddRemoveItem)

C++

class PASCALIMPLEMENTATION TStandardAddRemoveItem : public Vcl::Actnmenus::TCustomAddRemoveItem

Properties

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

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.

See Also