[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the active record in the grid to the specified row.
Source position: dbgrids.pas line 497
protected procedure TCustomDBGrid.PrepareCellHints( |
aCol: Integer; |
aRow: Integer |
); override; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
PrepareCellHints is called from ShowCellHintWindow in the ancestor class, and occurs before the various cell hint formats are derived.
Version 4.0 | Generated 2025-05-03 | Home |