FMX.Grid.TGridValues.Cells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::Rtti::TValue Cells[const int ACol][const int ARow] = {read=GetCells, write=SetCells/*, default*/};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues

Description

Values of the cells of the grid, accessible by their grid coordinates (combination of column number and row number).