IFEND directive (Delphi)
From RAD Studio
Go Up to Delphi Compiler Directives (List) Index
Type
Conditional compilation
Syntax
{$IFEND}
Remarks
Before the XE4 release, $IF statements could only be terminated with $IFEND, and the $IFDEF, $IFNDEF, $IFOPT directives could only be terminated with $ENDIF.
At XE4, this changed so that $ENDIF became an accepted terminator for $IF, $IFDEF, $IFNDEF, and $IFOPT.