TStringListDuplicates Enumeration

Represents type TStringListDuplicates.

Namespace: System.Classes
type
 TStringListDuplicates = (dupIgnore, dupError, dupAccept);

The TStringListDuplicates type exposes the following members.

Show:
 NameDescription
dupAccept

Represents constant dupAccept.

dupError

Represents constant dupError.

dupIgnore

Represents constant dupIgnore.

Top