Delphi Programming Question:

Download Job Interview Questions and Answers PDF

How do I write a global error handler?

Delphi Interview Question
Delphi Interview Question

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?