#DEFINE

Top  Previous  Next

The #DEFINE compiler directive defines a conditional compilation symbol that can be used in a #IFDEF statement to selectively include or omit sections of a program. Using #DEFINE makes it possible to define Macro constants as well.

A symbol can also be defined externally from the source code itself by using the Project Settings dialog.

 

For more information, please see the general Conditional compilation section and the Macro constants section.