Vcl.ActnMan.TCustomActionBar.CreateControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

virtual TCustomActionControl* __fastcall CreateControl(TActionClientItem* AnItem);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar


Beschreibung

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