[Overview][Types][Classes][Variables][Index] |
Exception handling event
Source position: custapp.pp line 78
public property TCustomApplication.OnException : TExceptionEvent |
OnException can be set to provide custom handling of events, instead of the default action, which is simply to show the event using ShowEvent.
If set, OnException is called by the HandleEvent routine. Do not use the OnException event directly, instead call HandleEvent
ShowEvent |