Vcl.ComCtrls.TComboBoxExStrings.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Owner: TCustomComboBoxEx); reintroduce;

C++

__fastcall TComboBoxExStrings(TCustomComboBoxEx* Owner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Beschreibung

Erstellt und initialisiert eine TComboBoxExStrings-Instanz.

Create instantiiert eine TComboBoxExStrings-Instanz und initialisiert ihre Eigenschaften.

Erstellen Sie direkt keine Instanzen von TComboBoxExStrings. TComboBoxExStrings wird intern im TComboBoxEx verwendet.

Siehe auch