API:Vcl.ThemedActnCtrls.TThemedCustomizePopup.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.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls TThemedCustomizePopup

Description

Returns the metaclass of the customized action band.

Vcl.ThemedActnCtrls.TThemedCustomizePopup.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