Compare: Integer;
The Compare property indicates whether the sorting is performed.
One of the following values is to be set for the property:
0 is if items are equal.
Less than 0 - if LeftItem > RightItem.
Greater than 0 - if LeftItem < RightItem.
See also:
ITreeControlCompareEventArgs