System.Classes.ApplicationHandleException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ApplicationHandleException: procedure (Sender: TObject) of object = nil;

C++

extern DELPHI_PACKAGE void __fastcall (__closure *ApplicationHandleException)(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
variable public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Defines a procedure that is called to handle an Exception.

Defines a type of function that is responsible for handling the E exception.

See Also