sortAsc

Type: Boolean

Availability: Read or write at run time only

The sortAsc property of the JadeTableColumn class controls whether the column referenced by this object is sorted in ascending or descending order. The sortAsc property defaults to true.

This property is dependent on the column already being recorded as a sort column by the sortOrder property. For a description of this property, see the Table class sortAsc property.

The code fragment in the following example shows the use of the sortAsc property.

table1.accessColumn(2).sortOrder := 1;
table1.accessedColumn.sortAsc    := false;