![]() |
![]() ![]() ![]() |
acStringListContainer component.
|
type
|
TDuplicates = (dupIgnore, dupAccept, dupError);
|
|
property Duplicates: TDuplicates;
|
The Duplicates property determines whether duplicate strings are allowed in the list of strings.
|
|
![]() |
|
These are the possible values for Duplicates property:
|
Value Meaning
|
dupIgnore Attempts to add a duplicate string to a list are ignored
|
dupAccept Duplicate strings CAN be added to a string list
|
dupError Adding a duplicate string results in an EListError exception
|
Sorted property.
|