Gets the value for the specified cell.
Source position: grids.pas line 1398
protected function TCustomDrawGrid.GetCells( |
ACol: Integer; |
ARow: Integer |
):string; override; |
ACol |
|
Column number for the cell value. |
ARow |
|
Row number for the cell value. |
Value for the cell.
|
Gets the cell content at the specified column and row numbers. |
|
|
The editor used to modify the value in the current cell. |