FMX.ListBox.TCustomComboBox.ListBox
Delphi
property ListBox: TComboListBox read FListBox;
C++
__property TComboListBox* ListBox = {read=FListBox};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomComboBox |
Description
Gets the drop-down list component of the combo box.
The returned object is a TComboListBox.