IFNDEF directive

 

Type          Conditional compilation

Syntax      {$IFNDEF name}

 

Remarks

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

 

Compiler directives (list)

Conditional compilation

IFEND directive