RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.pfRunOnly Constant

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

Pascal
pfRunOnly = $00000004;
C++
pfRunOnly = 0x00000004;

SysUtils

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

pfRunOnly is one of these flag values, indicating that the package was compiled with the $RUNONLY compiler directive set ON. The {$RUNONLY ON} directive causes the package where it occurs to be compiled as runtime only. Packages compiled with {$RUNONLY ON} cannot be installed as design-time packages in the IDE. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!