FMX.ListBox.TComboListBox

From RAD Studio API Documentation
Jump to: navigation, search

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

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