API:Vcl.ActnCtrls.TCustomActionToolBar.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Beschreibung

Erstellt ein bestimmtes Steuerelement oder erstellt dieses erneut.

Vcl.ActnCtrls.TCustomActionToolBar.CreateControl erbt von Vcl.ActnMan.TCustomActionBar.CreateControl. Der folgende Inhalt bezieht sich auf Vcl.ActnMan.TCustomActionBar.CreateControl.

Erstellt ein bestimmtes Steuerelement oder erstellt dieses erneut.

Mit CreateControl erstellen oder erstellen Sie erneut und initialisieren Sie ein Steuerelement, das vom AnItem-Parameter angegeben wird.

Siehe auch