FMX.ListBox.TComboListBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.ListBox.TCustomListBoxFMX.Layouts.TScrollBoxFMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTComboListBox

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