Vcl.StdCtrls.TCustomCombo.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

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