Back to Devexpress

TcxGridColumnCompareRowValuesEvent Type

vcl-cxgridtableview-be163e40.md

latest1.0 KB
Original Source

TcxGridColumnCompareRowValuesEvent Type

Declaration

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

Parameters

NameType
SenderTcxGridColumn
ARow1TcxGridDataRow
AProperties1TcxCustomEditProperties
AValue1TcxEditValue
ARow2TcxGridDataRow
AProperties2TcxCustomEditProperties
AValue2TcxEditValue
AAreEqualBoolean

See Also

cxGridTableView Unit