API:Vcl.PlatformDefaultStyleActnCtrls.TPlatformDefaultStyleActionBars.GetControlClass
Delphi
function GetControlClass(ActionBar: TCustomActionBar; AnItem: TActionClientItem): TCustomActionControlClass; override;
C++
virtual Vcl::Actnman::TCustomActionControlClass __fastcall GetControlClass(Vcl::Actnman::TCustomActionBar* ActionBar, Vcl::Actnman::TActionClientItem* AnItem);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.PlatformDefaultStyleActnCtrls.pas Vcl.PlatformDefaultStyleActnCtrls.hpp |
Vcl.PlatformDefaultStyleActnCtrls | TPlatformDefaultStyleActionBars |
Description
Returns the metaclass of the control item on an action band. {{#multireplace:Vcl.PlatformDefaultStyleActnCtrls.TPlatformDefaultStyleActionBars.GetControlClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TActionBarStyle.GetControlClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMan.TActionBarStyle.GetControlClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the metaclass of the control item on an action band.
The GetControlClass method is used to return the metaclass of a control item in the action band, such as a button or a menu item.