Vcl.Ribbon.IRibbonGroup.CreateControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateControl(AnItem: TActionClientItem): TCustomActionControl;

C++

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

Properties

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

Description

Recreate specific control.

CreateControl recreates a specific control.

See Also