Type |
Conditional compilation |
Syntax |
{$IFEND} |
Remarks
The $IFEND directive terminates $IF and $ELSEIF. This allows $IF/$IFEND blocks to be hidden from older compilers inside of $IFDEF/$ENDIF, since the older compilers won't recognize $IFEND as a directive. $IF can only be terminated with $IFEND. The $IFDEF, $IFNDEF, $IFOPT directives can only be terminated with $ENDIF.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|