Sort property editor
The Sort property editor is used to specify properties that affect the order in which data is accessed and displayed. These sort properties are optional; you do not have to specify a particular sort order.
To display this dialog, select the sort property in the Inspector when a DataSet component (such as a QueryDataSet) is highlighted in the Component Tree. The property values contained in this dialog are stored in the SortDescriptor object.
Sorted Columns
Displays the columns that will be used to sort the data in the DataSet.
Remove From Sort
Removes the column selected in the Sorted Columns list from the sort specification.
Available Columns
Displays the DataSet columns that are available to use for sorting the data.
Add To Sort
Adds the column selected in the Available Columns list box to the sort specification.
Descending
Sorts in descending order. This option applies to all selected columns.
Case Insensitive
Ignores whether characters are upper- or lower-case when sorting. This option applies to all selected columns.