[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TCustomDBGrid.GetCellHintText

Gets the hint text for a data cell in the grid control.

Declaration

Source position: dbgrids.pas line 464

protected function TCustomDBGrid.GetCellHintText(

  aCol: Integer;

  aRow: Integer

):string; override;

Description

Re-implements the method from the ancestor class to ignore fixed title cells when getting the hint text.