RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfDesignOnly Constant

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

Pascal
pfDesignOnly = $00000002;
C++
pfDesignOnly = 0x00000002;

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

pfDesignOnly is one of these flag values, indicating that the package was compiled with the $DESIGNONLY compiler directive set ON. This means that the for package is intended for installation in the IDE. 

 

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