Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.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.RibbonGalleryBar.pas
Vcl.RibbonGalleryBar.hpp
Vcl.RibbonGalleryBar TCustomRibbonGalleryBar

Beschreibung

Erstellt und initialisiert ein Aktionssymbolleisten-Steuerelement.

Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.CreateControl erbt von Vcl.ActnCtrls.TCustomActionToolBar.CreateControl. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomActionToolBar.CreateControl.

Erstellt und initialisiert ein Aktionssymbolleisten-Steuerelement.

Mit CreateControl wird ein Aktionssymbolleisten-Steuerelement erstellt und initialisiert.

Siehe auch