FMX.Controls.Presentation.TPresentedControl.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TDataModel read FModel;

C++

__property Fmx::Controls::Model::TDataModel* Model = {read=FModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

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