Icon Sorted Property

property Sorted: Boolean

Available In: Client and Server Applications

Specifies that the list of objects is sorted. When the list of objects is sorted, any operations that modify the list automatically trigger a re-sort of the objects in the list.

Information This property is only useful for TObjectList descendant classes that override two protected object comparison methods that are called in order to compare the names of objects, as well as the objects themselves.
Image