FMX.ApplicationEvents.TApplicationEvents.OnException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnException: TExceptionEvent read FOnException write SetOnException;

Properties

Type Visibility Source Unit Parent
event published FMX.ApplicationEvents.pas FMX.ApplicationEvents TApplicationEvents

Description

Occurs when an intercepted exception takes place in the application.

This property passes the handler directly to the Application. If using multiple instances of TApplicationEvents, then only one handler set last will work.