Should the program loop stop on an exception.
Source position: custapp.pp line 110
public property TCustomApplication.StopOnException : Boolean |
StopOnException controls the behaviour of the Run and HandleException procedures in case of an unhandled exception in the DoRun code. If StopOnException is True then Terminate will be called after the exception was handled.
|
Runs the application. |
|
|
Handle an exception. |
|
|
Terminate the application. |