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.
Greater than 0 - if LeftItem < RightItem.
See also:
ITreeControlCompareEventArgs