[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Prepares the control to display hints for a cell.
Source position: grids.pas line 1165
protected procedure TCustomGrid.PrepareCellHints( |
ACol: Integer; |
ARow: Integer |
); virtual; |
ACol |
|
Column number for the cell. |
ARow |
|
Row number for the cell. |
PrepareCellHints has an empty implementation in TCustomGrid, and may be overridden or re-implemented in descendent classes (like TCustomDBGrid, TDBGrid).
PrepareCellHints is called from the ShowCellHintWIndow method.
|
Gets and displays the cell hint(s) for the current cell in the grid. |
|
|
Sets the active record in the grid to the specified row. |
Version 4.0 | Generated 2025-05-03 | Home |