Gets the cell content at the specified column and row numbers.
Source position: grids.pas line 1088
protected function TCustomGrid.GetCells( |
ACol: Integer; |
ARow: Integer |
):string; virtual; |
ACol |
|
Column number for the cell. |
ARow |
|
Row number for the cell. |
Content for the specified cell.
Always returns an empty string ('') in TCustomGrid. Overridden in descendent classes.
| Version 4.4 | Generated 2025-11-08 | Home |