DESIGNONLY directive (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index

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.

Place the DESIGNONLY directive only in package source files.

See Also