API: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

The base class, implementing the basic functionality, for edit boxes having a list of predefined choices.

FMX.ComboEdit.TComboEdit inherits from FMX.ComboEdit.TCustomComboEdit. All content below this line refers to FMX.ComboEdit.TCustomComboEdit.

The base class, implementing the basic functionality, for edit boxes having a list of predefined choices.

TCustomComboEdit extends TComboEditBase implementing the basic functionality for edit boxes having a list of predefined choices.

TCustomComboEdit is a presented control. Its data model is TComboEditModel and presentation is TStyledComboEdit.

See Also