FMX.ComboEdit.TCustomComboEdit
Delphi
TCustomComboEdit = class(TComboEditBase)
C++
class PASCALIMPLEMENTATION TCustomComboEdit : public TComboEditBase
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.
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.