Vcl.ThemedActnCtrls.TThemedAddRemoveItem

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TThemedAddRemoveItem = class(TCustomAddRemoveItem)

C++

class PASCALIMPLEMENTATION TThemedAddRemoveItem : public Vcl::Actnmenus::TCustomAddRemoveItem

Properties

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

Description

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

Vcl.ThemedActnCtrls.TThemedAddRemoveItem inherits from Vcl.ActnMenus.TCustomAddRemoveItem. All content below this line refers to Vcl.ActnMenus.TCustomAddRemoveItem.

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