RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfNeverBuild Constant

Indicates that a package was compiled with the -z flag.

Pascal
pfNeverBuild = $00000001;
C++
pfNeverBuild = 0x00000001;

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

pfNeverBuild is one of these flag values, indicating that the package was compiled with the -z flag. 

 

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