Language:
Русский
English
UNDEF Conditional Symbol Directive
Undefines a previously defined conditional symbol of Name
Syntax
{$UNDEF Name}
The symbol is forgotten for the remainder of the compilation or until it reappears in a $DEFINE directive.
$UNDEF Name directive has no effect if Name is already undefined.