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

TCustomDrawGrid.GetCells

Gets the value for the specified cell.

Declaration

Source position: grids.pas line 1398

protected function TCustomDrawGrid.GetCells(

  ACol: Integer;

  ARow: Integer

):string; override;

Arguments

ACol

  

Column number for the cell value.

ARow

  

Row number for the cell value.

Function result

Value for the cell.

See also

TCustomGrid.GetCells

  

Gets the cell content at the specified column and row numbers.

TCustomGrid.Editor

  

The editor used to modify the value in the current cell.