FMX.Controls.Presentation.TPresentedControl.Model
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
Model that handles the internal data of the control.
The constructor of your control creates a data model for your control. The class of the data model is the class that DefineModelClass returns.