[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FINAL.PAS
This file must contain only one line, either
{$DEFINE FINAL}
or
{$DEFINE NOTFINAL}
By using a
{$I FINAL.PAS}
in each program or unit, one can have debug information on or off.
This is useful as when one does the final compile, just before
releasing the software, one simply has to change one file, not each
unit separately.
If one unit has to be different, simply remove the {$I} and replace
it with the appropriate {$DEFINE}.
See Also:
Procedure Error(Num:Byte);
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson