[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |