Vcl.ActnMenus.TCustomizeActionToolBar.GetAddRemoveItemClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAddRemoveItemClass: TCustomAddRemoveItemClass; virtual;

C++

virtual TCustomAddRemoveItemClass __fastcall GetAddRemoveItemClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomizeActionToolBar

Description

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