Compare: Integer;
The Compare property determines whether sorting is executed.
One of the following values must be set for the property:
0 - if elements are equal
Less than 0 - if LeftItem < RightItem.
More than 0 - if LeftItem RightItem.
The property use is given in the example for IDataGrid.SortType.
See also:
IDataGridCompareEventArgs