Mega Code Archive

 
Categories / Delphi / Strings
 

How do i write a global error handler

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.