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

Model of TScrollBox.

FMX.Grid.TCustomGrid.Model inherits from FMX.ScrollBox.TCustomPresentedScrollBox.Model. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.Model.

Model of TScrollBox.

See Also