[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled to handle an exception in an application.
Source position: forms.pp line 1881
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.0 | Generated 2025-05-03 | Home |