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

TDbGridCellHintEvent

Specifies an event handler signalled to get the hint text for a cell in a grid control.

Declaration

Source position: dbgrids.pas line 130

type TDbGridCellHintEvent = procedure(

  Sender: TObject;

  Column: TColumn;

  var AText: string

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.