TcxPivotGridGetCellHintEvent Type
In This Article
#Declaration
Delphi
TcxPivotGridGetCellHintEvent = procedure(Sender: TcxCustomPivotGrid; const APoint: TPoint; ACell: TcxPivotGridCustomCellViewInfo; var ABounds: TRect; var ATextBounds: TRect; var AHint: string) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
APoint | TPoint |
ACell | Tcx |
ABounds | TRect |
AText |
TRect |
AHint | string |
See Also