API:FMX.Grid.TCustomGrid.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TGridModel read GetModel;

C++

__property TGridModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Data model that represents the data used by the presentation of the current control.

FMX.Grid.TCustomGrid.Model inherits from FMX.ScrollBox.TCustomPresentedScrollBox.Model. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.Model. Data model that represents the data used by the presentation of the current control.

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

See Also