API: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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!