[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to get the hint text for a cell in a grid control.
Source position: dbgrids.pas line 130
type TDbGridCellHintEvent = procedure( |
Sender: TObject; |
Column: TColumn; |
var AText: string |
) of object; |