ITreeControl.SortColumn

Syntax

SortColumn: Integer;

Description

The SortColumn property determines index of the column, by which sorting is executed.

Comments

The property is used together with the Sorted and SortType properties. Sorting is executed on executing the SortDefault method.

Example

The example of use is given in description of the ITreeControl.SortType property.

See also:

ITreeControl | ITreeControl.SortType | ITreeControl.Sorted