Vcl.XPActnCtrls.TXPStyleCustomizePopup.GetAddRemoveItemClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAddRemoveItemClass: TCustomAddRemoveItemClass; override;

C++

virtual Vcl::Actnmenus::TCustomAddRemoveItemClass __fastcall GetAddRemoveItemClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStyleCustomizePopup

Description

Returns the metaclass of the customized action band.

Vcl.XPActnCtrls.TXPStyleCustomizePopup.GetAddRemoveItemClass inherits from Vcl.ActnMenus.TCustomizeActionToolBar.GetAddRemoveItemClass. All content below this line refers to Vcl.ActnMenus.TCustomizeActionToolBar.GetAddRemoveItemClass.

Returns the metaclass of the customized action band.

The GetAddRemoveItemClass method returns the metaclass of the current instances of the customized action band.

See Also