TcxGridColumnCompareValuesEvent Type
Declaration
TcxGridColumnCompareValuesEvent = procedure(Sender: TcxGridColumn; AProperties1: TcxCustomEditProperties; const AValue1: TcxEditValue; AProperties2: TcxCustomEditProperties; const AValue2: TcxEditValue; var AAreEqual: Boolean) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TcxGridColumn |
| AProperties1 | TcxCustomEditProperties |
| AValue1 | TcxEditValue |
| AProperties2 | TcxCustomEditProperties |
| AValue2 | TcxEditValue |
| AAreEqual | Boolean |
See Also