Vcl.Ribbon.TCustomRibbonGroup.CreateControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Beschreibung

CreateControl erstellt ein bestimmtes Steuerelement erneut.

Vcl.Ribbon.TCustomRibbonGroup.CreateControl erbt von Vcl.Ribbon.TCustomActionControlBar.CreateControl. Der folgende Inhalt bezieht sich auf Vcl.Ribbon.TCustomActionControlBar.CreateControl.

CreateControl erstellt ein bestimmtes Steuerelement erneut.

CreateControl erstellt ein bestimmtes Steuerelement erneut.

Siehe auch