ITreeControl.SortColumn

Syntax

SortColumn: Integer;

Description

The SortColumn property determines index of the column by which the sorting should be performed.

Comments

The property is used together with the Sorted and SortType properties. Sorting is performed 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