FMX.ListBox.TComboListBox
Delphi
TComboListBox = class(TCustomListBox, IContent)
C++
class PASCALIMPLEMENTATION TComboListBox : public TCustomListBox
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | FMX.ListBox |
Beschreibung
Repräsentiert das von der Kombinationsfeldkomponente verwendete Listenfeld.
TComboListBox erbt von TCustomListBox und repräsentiert die Dropdown-Liste eines Kombinationsfeldes.
Siehe auch