[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.HandleDestroyException

Placeholder for exception handlers in derived classes.

Declaration

Source position: forms.pp line 654

protected function TCustomForm.HandleDestroyException: Boolean; virtual;

Function result

True when the exception was handled.

Description

By default the Application exception handler is invoked.

See also

TApplication.HandleException

  

HandleException method for handling an exception; attempts to maintain program execution if possible, otherwise exits gracefully.

TApplication.CaptureExceptions

  

Enables exception handling in the Application.


Version 3.2 Generated 2024-02-25 Home