RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TOnAppletExceptionEvent Type

TOnAppletExceptionEvent is the type for event handlers that respond when a control panel applet encounters an exception.

Pascal
TOnAppletExceptionEvent = procedure (Sender: TObject; E: Exception) of object;
C++
(Sender: TObject; E: Exception) ( TOnAppletExceptionEvent)();

CtlPanel

TOnAppletExceptionEvent lets you customize the response to exceptions that occur in a control panel application.  

Sender is the object that raised the exception. 

E is the exception object that describes the exception. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!