DESIGNONLY directive

 

Type          Switch

Syntax      {$DESIGNONLY ON} or {$DESIGNONLY OFF}

Default     {$DESIGNONLY OFF}

Scope       Local

 

Remarks

The {DESIGNONLY ON} directive causes the package where it occurs to be compiled for installation in the IDE. For more information, see "Package-specific compiler directives" in the Object Pascal Language Guide.

Place the DESIGNONLY directive only in .dpk files.

 

Compiler directives (list)