On 13/09/2007, Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> > Is that correct behavior? When calling Halt() somewhere inside a
> > try..finally block, it _doesn't_ execute the finally code.
>
> This is by design.
>
> Halt finalizes the units and then exits.
Thanks. I'll make a mental note t
Michael Van Canneyt wrote:
On Thu, 13 Sep 2007, Graeme Geldenhuys wrote:
Hi,
Is that correct behavior? When calling Halt() somewhere inside a
try..finally block, it _doesn't_ execute the finally code.
This is by design.
Halt finalizes the units and then exits.
Yeah, I always used
On Thu, 13 Sep 2007, Graeme Geldenhuys wrote:
> Hi,
>
> Is that correct behavior? When calling Halt() somewhere inside a
> try..finally block, it _doesn't_ execute the finally code.
This is by design.
Halt finalizes the units and then exits.
Michael.
Hi,
Is that correct behavior? When calling Halt() somewhere inside a
try..finally block, it _doesn't_ execute the finally code.
In fpGUI I used Halt() to terminate the event loop and exit a
application. I then noticed that NO cleanup code gets executed after
that call. Not objects get freed via