IFDEF directive

 

Type          Conditional compilation

Syntax      {$IFDEF name}

 

Remarks

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

 

Compiler directives (list)

Conditional compilation

IFEND directive