Sorts the strings in the list in ascending order.
Call Sort to sort the strings in a list that has the Sorted property set to false. String lists with the Sorted property set to true are automatically sorted.
Note |
---|
Sort uses AnsiCompareStr to sort the strings when CaseSensitive is true and AnsiCompareText when CaseSensitive is false. To provide your own comparison operator instead, use the Sort method. |
Namespace: RSGenerics.Collections
Delphi |
public |
Reference |