System.Classes.ApplicationShowException
Delphi
ApplicationShowException: procedure (E: Exception) of object = nil;
C++
extern DELPHI_PACKAGE void __fastcall (__closure *ApplicationShowException)(System::Sysutils::Exception* E);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
Defines a procedure to be called when an Exception is raised.
Defines a type of function that is responsible for showing the E exception.