FMX.ListBox.TCustomComboBox.ListBox

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also