Show/Hide Toolbars

RiverSoftAVG Products Help

Specifies whether the strings in the list should be automatically sorted. Set Sorted to True to cause the strings in the list to be automatically sorted in ascending order. Set Sorted to False to allow strings to remain where they are inserted. When Sorted is False, the strings in the list can be put in ascending order at any time by calling the Sort method.

When Sorted is True, do not use Insert to add strings to the list. Instead, use Add, which will insert the new strings in the appropriate position. When Sorted is False, use Insert to add strings to an arbitrary position in the list, or Add to add strings to the end of the list.

By default, the list is not sorted.

noteNote

When Sorted is True, the string list sorts according to the    StringOpsType property.

Namespace: Structures

Property Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb