RAD Studio (Common)
ContentsIndex
PreviousUpNext
RUNONLY directive (Delphi)
Type  
Switch  
Syntax  
{$RUNONLY ON} or {$RUNONLY OFF}  
Default  
{$RUNONLY OFF}  
Scope  
Local  

Remarks 

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. 

Place the $RUNONLY directive only in package files.

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