[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomStringGrid.GetCells

Gets the value for the indexed Cells property.

Declaration

Source position: grids.pas line 1753

protected function TCustomStringGrid.GetCells(

  ACol: Integer;

  ARow: Integer

):string; override;

Arguments

ACol

  

Column number for the cell.

ARow

  

Row number for the cell.

Function result

Value for the indexed property.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.