Icon Sorted Property

property Sorted: Boolean

Usage

Available In: Client and Server Applications

Indicates whether any of the Columns in the dataset have their SortDirection property set to sdAscending or sdDescending.

Information This property does not indicate whether the dataset has actually been sorted yet via the Sort method. The sorting is designed this way in order to allow multiple columns to be designated as sort columns without triggering an automatic sort operation each time.
Image