FMX.ComboEdit.TCustomComboEdit.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TComboEditModel read GetModel;

C++

__property TComboEditModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit

Description


The data model representing the data used by the presentation of the current control.

FMX.ComboEdit.TCustomComboEdit.Model inherits from FMX.Controls.Presentation.TPresentedControl.Model. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.Model.

The data model representing the data used by the presentation of the current control.

The constructor of your presented control creates a data model for your presented control. The class of the data model is the class that DefineModelClass returns.

See Also