TcxGridGetCellHintEvent Type
In This Article
#Declaration
Delphi
TcxGridGetCellHintEvent = procedure(Sender: TcxCustomGridTableItem; ARecord: TcxCustomGridRecord; ACellViewInfo: TcxGridTableDataCellViewInfo; const AMousePos: TPoint; var AHintText: TCaption; var AIsHintMultiLine: Boolean; var AHintTextRect: TRect) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ARecord | Tcx |
ACell |
Tcx |
AMouse |
TPoint |
AHint |
TCaption |
AIs |
Boolean |
AHint |
TRect |
See Also