sortType

Type: Integer

Availability: Read or write at run time only

The sortType property of the JadeTableColumn class contains the type of sorting that is performed on the column referenced by this object. 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 sortType property.

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

table1.accessColumn(2).sortOrder := 1; // first column in sort
table1.accessedColumn.sortType   := Table.SortType_Numeric;