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

TGetCellHintEvent

Event for cell hints

Declaration

Source position: grids.pas line 359

type TGetCellHintEvent = procedure(

  Sender: TObject;

  ACol: Integer;

  ARow: Integer;

  var HintText: string

) of object;

Arguments

Sender

  

The grid

ACol

  

column index

ARow

  

row index

HintText

  

Hint text