sortCased

Type: Boolean

Availability: Read or write at run time only

The sortCased property of the JadeTableColumn class controls whether the column referenced by this object is sorted according to case. The sortCased property defaults to false.

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 control sortCased property.

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

table1.accessColumn(2).sortOrder := 1;
table1.accessedColumn.sortCased  := true;