FMX.ComboEdit.Style.TComboEditListBox

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TComboEditListBox = class(TCustomListBox)

C++

class PASCALIMPLEMENTATION TComboEditListBox : public Fmx::Listbox::TCustomListBox

Properties

Type Visibility Source Unit Parent
class public
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style FMX.ComboEdit.Style

Description

Implements the list box used by TComboEdit components.

Do not create instances of the TComboEditListBox class in applications.

See Also