API:Vcl.StdCtrls.TCustomComboBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomComboBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomComboBox(HWND ParentWindow) : TCustomCombo(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomCombo.

Vcl.StdCtrls.TCustomComboBox.Create erbt von Vcl.StdCtrls.TCustomCombo.Create. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomCombo.Create.

Erstellt und initialisiert eine Instanz von TCustomCombo.

Mit Create können Sie zur Laufzeit ein Kombinationsfeld erzeugen. Während des Entwurfs in ein Formular platzierte Kombinationsfelder werder automatisch erzeugt.

AOwner ist die Komponente (normalerweise ein Formular), die für die Freigabe des Kombinationsfeldes verantwortlich ist.

Siehe auch