FMX.Grid.TStringGridModel.Cells

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGridModel


Beschreibung

String-Werte der Zellen des String-Modells, auf die durch Spalten- und Zeilennummer zugegriffen werden kann.