FMX.Grid.TStringGrid.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TStringGridModel read GetModel;

C++

__property TStringGridModel* Model = {read=GetModel};

Properties

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

Description


Model of TScrollBox.

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

Model of TScrollBox.

See Also