[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the indexed Cells property.
Source position: grids.pas line 1793
protected procedure TCustomStringGrid.SetCells( |
ACol: Integer; |
ARow: Integer; |
const AValue: string |
); virtual; |
ACol |
|
Column number for the affected cell. |
ARow |
|
Row number for the affected cell. |
AValue |
|
New value for the indexed Cells property. |
Version 4.0 | Generated 2025-05-03 | Home |