Vcl.ActnCtrls.TCustomComboControl.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomComboControl(System::Classes::TComponent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomComboControl

Beschreibung

Erstellt eine Instanz von TCustomComboControl.

Durch den Aufruf von Create wird eine Instanz der Klasse TCustomComboControl erstellt und initialisiert.

Siehe auch