Back to Devexpress

TcxGridColumnCompareValuesEvent Type

vcl-cxgridtableview-be095e45.md

latest842 B
Original Source

TcxGridColumnCompareValuesEvent Type

Declaration

delphi
TcxGridColumnCompareValuesEvent = procedure(Sender: TcxGridColumn; AProperties1: TcxCustomEditProperties; const AValue1: TcxEditValue; AProperties2: TcxCustomEditProperties; const AValue2: TcxEditValue; var AAreEqual: Boolean) of object;

Parameters

NameType
SenderTcxGridColumn
AProperties1TcxCustomEditProperties
AValue1TcxEditValue
AProperties2TcxCustomEditProperties
AValue2TcxEditValue
AAreEqualBoolean

See Also

cxGridTableView Unit