TcxPivotGridCompareEvent Type
Declaration
TcxPivotGridCompareEvent = procedure(Sender: TcxCustomPivotGrid; AField: TcxPivotGridField; const AValue1: Variant; const AValue2: Variant; var Compare: Integer) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TcxCustomPivotGrid |
| AField | TcxPivotGridField |
| AValue1 | Variant |
| AValue2 | Variant |
| Compare | Integer |
See Also