FMX.Grid.TGridValues.Cells

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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*/};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues


Beschreibung

Werte der Gitterzellen, auf die durch ihre Rasterkoordinaten (Kombination von Spaltennummer und Zeilennummer) zugegriffen werden kann.