API:Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetAddRemoveItemClass

From RAD Studio API Documentation

Delphi

function GetAddRemoveItemClass(ActionBar: TCustomActionBar): TCustomAddRemoveItemClass; override;

C++

virtual Vcl::Actnmenus::TCustomAddRemoveItemClass __fastcall GetAddRemoveItemClass(Vcl::Actnman::TCustomActionBar* ActionBar);

Properties

Type Visibility Source Unit Parent
function public
Vcl.StdStyleActnCtrls.pas
Vcl.StdStyleActnCtrls.hpp
Vcl.StdStyleActnCtrls TStandardStyleActionBars

Description

Returns the metaclass of the action bands' customization dialog. {{#multireplace:Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetAddRemoveItemClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMenus.TActionBarStyleEx.GetAddRemoveItemClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMenus.TActionBarStyleEx.GetAddRemoveItemClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the metaclass of the action bands' customization dialog.

The GetAddRemoveItemClass method returns the metaclass used to create instances of the action bands' customization dialog.

See Also