[Overview][Types][Classes][Variables][Index] Reference for unit 'CustApp' (#fcl)

TCustomApplication.StopOnException

Should the program loop stop on an exception

Declaration

Source position: custapp.pp line 101

public property TCustomApplication.StopOnException : Boolean
  read FStopOnException
  write FStopOnException;

Description

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.

See also

Run

  

Runs the application.

HandleException

  

Handle an exception.

Terminate

  

Terminate the application.


Documentation generated on: May 14 2021