Show/Hide Toolbars

RiverSoftAVG Products Help

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.

noteNote

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

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb