Gets the hint text for a data cell in the grid control.
Source position: dbgrids.pas line 464
protected function TCustomDBGrid.GetCellHintText( |
aCol: Integer; |
aRow: Integer |
):string; override; |
Re-implements the method from the ancestor class to ignore fixed title cells when getting the hint text.