ENDIF directive (Delphi)
Go Up to Delphi Compiler Directives (List) Index
Type |
Conditional compilation |
Syntax |
{$ENDIF} |
Remarks
Ends the conditional compilation initiated by the last {$IFxxx} directive.
Note: $IF and $ELSEIF directives terminate with $IFEND rather than $ENDIF.