Hi All,

I have currently been working on an Exception handler for one of my
applications and was giving it some test cases.

I have found some exceptions that can not be handled.. 
e.g

var
  aList : TStringList;
begin
  Showmessage(aList.Text);
end;

This sort of exception basically exits you out of the application
immediately with out firing an Application.OnException event.

I am guessing this happens because the error occurs somewhere down in
the windows API call displaying the message in this case. Does anyone
know how to handle these sorts of exceptions without the application
exiting? (other than the way of checking in advance)

Cheers
Ben 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to