Vcl.Ribbon.TCustomRibbonGroup.CreateControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateControl(AnItem: TActionClientItem): TCustomActionControl; override;

C++

virtual Vcl::Actnman::TCustomActionControl* __fastcall CreateControl(Vcl::Actnman::TActionClientItem* AnItem);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

CreateControl re-creates a specific control.

Vcl.Ribbon.TCustomRibbonGroup.CreateControl inherits from Vcl.Ribbon.TCustomActionControlBar.CreateControl. All content below this line refers to Vcl.Ribbon.TCustomActionControlBar.CreateControl.

CreateControl re-creates a specific control.

CreateControl re-creates a specific control.

See Also