<p>Am 06.04.2014 12:42 schrieb "Graeme Geldenhuys" <<a href="mailto:mailinglists@geldenhuys.co.uk">mailinglists@geldenhuys.co.uk</a>>:<br>
> My usage of the $HINTS directive was to switch hints off for one or more<br>
> lines of code, then switch hints back on. An example of this would be<br>
> around the FillChar() call.</p>
<p>I wrote you that already some time ago: to be on the safe side you should use the following:</p>
<p>=== code begin ===</p>
<p>{$push}<br>
{$hints off}<br>
// code with disabled hints<br>
{$pop}</p>
<p>=== code end ===</p>
<p>Pop will restore the state that it was at the Push directive.</p>
<p>Just in case: not Delphi compatible.</p>
<p>Regards,<br>
Sven</p>