RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfIgnoreDupUnits Constant

Indicates that a package was compiled with {$DUPLICATEENABLE ON}.

Pascal
pfIgnoreDupUnits = $00000008;
C++
pfIgnoreDupUnits = 0x00000008;

The GetPackageInfo function returns information about a package. It returns a set of flags.  

pfIgnoreDupUnits is one of these flag values, indicating that the package was compiled with the $DUPLICATEENABLE compiler directive set ON. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!