FMX.ComboEdit.TComboEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ComboEdit.TCustomComboEditFMX.ComboEdit.TComboEditBaseFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTComboEdit

Delphi

TComboEdit = class(TCustomComboEdit)

C++

class PASCALIMPLEMENTATION TComboEdit : public TCustomComboEdit

Properties

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

Description

An edit box with a list of predefined choices.

TComboEdit stores the predefined choices in its Items property, which can be edited at design time.

TComboEdit encapsulates TComboEditListBox, which is displayed in the drop-down box when the right arrow icon is clicked. Although the ListBox object is fully exposed, we recommend that you use Items to access the list of items.

See Also