Vcl.ComCtrls.TCustomComboBoxEx.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomComboBoxEx(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomComboBoxEx(HWND ParentWindow) : Vcl::Stdctrls::TCustomCombo(ParentWindow) { }
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomComboBoxEx |
Beschreibung
Erstellt eine Instanz von TCustomComboBoxEx.
Mit Create können Sie zur Laufzeit ein erweitertes Kombinationsfeld generieren. 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.