DEFINE directive

 

Type          Conditional compilation

Syntax      {$DEFINE name}

 

Remarks

Defines a conditional symbol with the given name. The symbol is recognized for the remainder of the compilation of the current module in which the symbol is declared, or until it appears in an {$UNDEF name} directive. The {$DEFINE name} directive has no effect if name is already defined.

 

Compiler directives (list)

Conditional compilation