Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomDBGrid.PrepareCellHints

Sets the active record in the grid to the specified row.

Declaration

Source position: dbgrids.pas line 501

protected procedure TCustomDBGrid.PrepareCellHints(

  aCol: Integer;

  aRow: Integer

); override;

Arguments

aCol

  

Column number for the cell.

aRow

  

Row number for the cell.