Event handler signalled to handle an exception in an application.
Source position: forms.pp line 1882
published property TApplicationProperties.OnException : TExceptionEvent |
OnException is a TExceptionEvent property with an event handler signalled to handle an exception in an application. Its value is assigned to the OnException property in the Application singleton at run-time.
Changing the value for the property at run-time causes the Application singleton to be updated.
|
The TApplication singleton. |
|
|
HandleException method for handling an exception; attempts to maintain program execution if possible, otherwise exits gracefully. |
|
| Version 4.4 | Generated 2025-11-08 | Home |