<p>Am 13.10.2016 15:07 schrieb "Graeme Geldenhuys" <<a href="mailto:mailinglists@geldenhuys.co.uk">mailinglists@geldenhuys.co.uk</a>>:<br>
><br>
> On 2016-10-13 13:48, Sven Barth wrote:<br>
> > That won't help with Halt() however as that will "jump" directly to the<br>
> > unit finalization, ignoring any and all exception handlers along the way.<br>
><br>
><br>
> Wow, that's a bit harsh. Overriding the whole meaning of the<br>
> try..finally language feature. Then I would recommend NOT using Halt()<br>
> for anything - its nasty.<br>
></p>
<p>You must not forget that it came from a time when Pascal didn't have exception handling. Nowadays it's indeed more often than not better not to use it due to the way it works.</p>
<p>Regards,<br>
Sven</p>