Type for OnException Event.
Source position: MUIClass.Base.pas line 40
type TExceptionEvent = procedure( |
Sender: TObject; |
E: Exception |
) of object; |
Sender |
|
The Sender usually MUIApp or nil |
E |
|
The Exception happend |
|
Event called when an Exception happend |