[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
HandleException method for handling an exception; attempts to maintain program execution if possible, otherwise exits gracefully
Source position: forms.pp line 1308
public procedure TApplication.HandleException( |
Sender: TObject |
); override; |
Individual exception handler methods should be supplied by the application programmer, to override place-holder entries declared in ancestor classes.
This method checks whether the application is required to halt if an exception occurs, or invokes the appropriate handler.
It also writes details of the exception to the appropriate place for debugging.
lazarus-ccr.sourceforge.net |