IFNDEF directive (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index

Type

Conditional compilation

Syntax

{$IFNDEF name}



Remarks

Compiles the Delphi source code that follows it if name is not defined.