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

TGetCellHintEvent

Event for cell hints

Declaration

Source position: grids.pas line 384

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

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