TcxGridGetCellHintEvent Type
Declaration
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 | TcxCustomGridTableItem |
ARecord | TcxCustomGridRecord |
ACellViewInfo | TcxGridTableDataCellViewInfo |
AMousePos | TPoint |
AHintText | TCaption |
AIsHintMultiLine | Boolean |
AHintTextRect | TRect |
See Also