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