[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 1525
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 halted when an exception occurs, or invokes the appropriate handler. It also writes details about the exception to the appropriate place for debugging.
TCustomApplication.HandleException |