On Wed, 22 Sep 2004, Darek Mazur wrote:
> Hi
> Is it possible to enable and disable warning and hints receiving from compiler,
> but not in command line only in directives in program
> like
> {$HINT ON}{$HINT OFF}
It is
{$HINTS ON}
and
{$WARNINGS ON}
Michael.