IListViewCompareEventArgs.Compare

Syntax

Compare: Integer;

Description

The Compare property indicates whether the sorting is performed. 0 - when equal, less than 0 - if LeftItem < RightItem, greater than 0 - if LeftItem > RightItem.

See also:

IListViewCompareEventArgs