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