Vcl.StdCtrls.TCustomComboBoxStrings.ComboBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ComboBox: TCustomCombo read FComboBox write FComboBox;

C++

__property TCustomCombo* ComboBox = {read=FComboBox, write=FComboBox};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

Beschreibung

Bezeichnet das Kombinationsfeld, dessen Strings das Objekt darstellt.

TCustomComboBoxStrings verwendet ComboBox intern, um die Strings in der Liste mit den Elementen der Dropdown-Liste des Kombinationsfeldes zu synchronisieren.

Siehe auch