FMX.ComboEdit.TComboEditModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Edit.TCustomEditModelFMX.Controls.Model.TDataModelFMX.Presentation.Messages.TMessageSenderSystem.Classes.TPersistentSystem.TObjectTComboEditModel

Delphi

TComboEditModel = class(TCustomEditModel)

C++

class PASCALIMPLEMENTATION TComboEditModel : public Fmx::Edit::TCustomEditModel

Properties

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

Description


Class that contains a dictionary of key-value pairs and may be used as model by an instance of TPresentedControl.

FMX.ComboEdit.TComboEditModel inherits from FMX.Controls.Model.TDataModel. All content below this line refers to FMX.Controls.Model.TDataModel.

Class that contains a dictionary of key-value pairs and may be used as model by an instance of TPresentedControl.

See Also