Back to Devexpress

TcxGridGetCellHintEvent Type

vcl-cxgridcustomtableview-7cdba2d6.md

latest1.1 KB
Original Source

TcxGridGetCellHintEvent Type

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

NameType
SenderTcxCustomGridTableItem
ARecordTcxCustomGridRecord
ACellViewInfoTcxGridTableDataCellViewInfo
AMousePosTPoint
AHintTextTCaption
AIsHintMultiLineBoolean
AHintTextRectTRect

See Also

cxGridCustomTableView Unit