RUNONLY directive (Delphi)
Go Up to Delphi Compiler Directives (List) Index
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.