RAD Studio (Common)
ContentsIndex
PreviousUpNext
DEFINE directive (Delphi)
Type  
Conditional compilation  
Syntax  
{$DEFINE name}  

Remarks 

Defines a Delphi 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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!