Navigation: Code Documentation > IE > IEConsts > Enumerations
TDuplicateConstructs Enumeration
Represents type TDuplicateConstructs.
Namespace: IEConsts
Delphi
type TDuplicateConstructs = (dcOverwrite, dcIgnore, dcError);
Name
Description
dcError
Represents constant dcError.
dcIgnore
Represents constant dcIgnore.
dcOverwrite
Represents constant dcOverwrite.
Top
•IEConsts