FMX.ListBox.TComboListBox

Delphi
TComboListBox = class(TCustomListBox, IContent)
C++
class PASCALIMPLEMENTATION TComboListBox : public TCustomListBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | FMX.ListBox |
Description
Represents the list box used by the combo box component.
TComboListBox inherits from TCustomListBox and represents the drop-down list from a combo box.
See Also