TCollection.Sort
Sort the items in the collection
Declaration
Source position: classesh.inc line 565
public
procedure Sort(const Compare: TCollectionSortCompare);
Description
Sort sorts the items in the collection, and uses the Compare procedure to compare 2 items in the collection. It is more efficient do use this method than to perform the sort manually, because the list items are manipulated directly.
For more information on how the Compare function should behave, see the TCollectionSortCompare type.
See also
Name | Description |
---|---|
TCollectionSortCompare | Callback to sort collection items |