Delphi Programming Question:
Download Questions PDF

How do I write a global error handler?

Answer:

Use the Application.OnException event. Look in the help under "application events" for details of how to create and attach an event handler to the application variable.

Download Delphi Interview Questions And Answers PDF

Previous QuestionNext Question
I am trying to call from Delphi and it GPFs. Whats up?Why do I get exception messages even though I am in protected code?