FMX.Grid.TStringGridModel.Cells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cells[const ACol, ARow: Integer]: string read GetCells write SetCells;

C++

__property System::UnicodeString Cells[const int ACol][const int ARow] = {read=GetCells, write=SetCells};

Properties

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

Description

String values of the cells of the string model, accessible by column number and row number.