From: binkhorst@dcgg.xs4all.nl (Cees Binkhorst)
Subject: DELPHI:  Global exception handling?
Date: Wed, 17 May 1995 22:33:00

Application.OnException:=YourExceptionHandler;
where YourExceptionHandler is a procedure typed and defined in the context of
your Form.

Bye, Cees (Internet: binkhorst@dcgg.xs4all.nl - CompuServe: 100016,3552)

