SortColumn: Integer;
The SortColumn property determines index of the column by which the sorting should be performed.
The property is used together with the Sorted and SortType properties. Sorting is performed on executing the SortDefault method.
The example of use is given in description of the ITreeControl.SortType property.
See also: