RUNONLY directive

 

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. For more information, see Compiling packages in the Object Pascal Language Guide.

 

Compiler directives (list)