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 TCustomComboBox.

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 das Formular), die für die Freigabe der TViewItemEditor-Instanz verantwortlich ist.

Siehe auch