Navigation: Code Documentation > RSCommon > Structures > Classes > TSortedCollection
TSortedCollection Properties
Name
Description
DoNotNotify
Suppresses the Notify method from notifying an owner about an insertion in the collection. SortItem uses this property to move the item to its correct sort order place in the collection without triggering a notification about the change.
Sorted
Controls whether the collection is sorted or not
SortOrder
Specifies the sort order to use.
Top