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