IListViewCompareEventArgs.Compare

Syntax

Compare: Integer;

Description

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

See also:

IListViewCompareEventArgs