The directive
{$DEFINE name}
|
de nes the symbol name. This symbol remains de ned until the end of the current module (i.e. unit or program), or until a $UNDEF name directive is encountered.
If name is already de ned, this has no e ect. Name is case insensitive.
The symbols that are de ned in a unit, are not saved in the unit le, so they are also not exported from a unit.