Implicit Build (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index

Type

Switch

Syntax

{$IMPLICITBUILD ON} or {$IMPLICITBUILD OFF}

Default

{$IMPLICITBUILD ON}

Scope

Global



Remarks

The {$IMPLICITBUILD OFF} directive, intended only for packages, prevents the source file in which it occurs from being implicitly recompiled later. Use {$IMPLICITBUILD OFF} in package source files files when compiling packages that provide low-level functionality, that change infrequently between builds, or whose source code will not be distributed. Use of {$IMPLICITBUILD OFF} in unit source files is not recommended.