Show/Hide Toolbars

RiverSoftAVG Products Help

Specifies whether duplicate strings can be added to sorted lists.

Set Duplicates to specify what should happen when an attempt is made to add a duplicate string to a sorted list. The    CaseSensitive property controls whether two strings are considered duplicates if they are identical except for differences in case.

The value of Duplicates should be one of the following.:

dupIgnore

Ignore attempts to add duplicate strings to the list.
 

dupError

raise an EStringListError exception when an attempt is made to add duplicate strings to the sorted list.

dupAccept

Permit duplicate strings in the sorted list.

Namespace: RSGenerics.Collections

Property Value

Type: TDuplicates

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb