FMX.Grid.TColumn.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TGridModel read FModel;

C++

__property TGridModel* Model = {read=FModel};

Properties

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

Description

The reference to the data model of the parent control.

Model is set when changing the parent control. If a current column does not belong to the TPresentedControl, or the model of PresentedControl does not belong to the TGridModel, then this property contains nil.

See Also