API:Vcl.Grids.TStringGrid.Cells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TStringGrid

Description

Embarcadero Technologies does not currently have any additional information.