API:Vcl.DBCtrls.TDBComboBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBComboBox

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomComboBox.

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

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