RAD Studio VCL Reference
|
TDuplicates indicates the response when an application attempts to add a duplicate entry to a list.
TDuplicates = ( dupIgnore, dupAccept, dupError );
enum TDuplicates { dupIgnore, dupAccept, dupError };
TDuplicates can have one of the following values:
Value |
Meaning |
dupIgnore |
Ignore attempts to add duplicate entries (do not add the duplicate). |
dupAccept |
Allow the list to contain duplicate entries (add the duplicate). |
dupError |
Raise an exception when the application tries to add a duplicate. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|