RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.ExceptObjProc Variable

ExceptObjProc defines a pointer to a function called during exception handling.

Pascal
ExceptObjProc: Pointer;
C++
void * ExceptObjProc;

System

ExceptClsProc defines the function that returns a class that is used to determine which exception handler to use before an exception object is created.  

You can override the default exception object creation by defining your own function that returns a TObject. You point ExceptObjProc to that function. It is passed the an updateable version of the TExceptionRecord. 

 

ExceptClsProc 

TExceptionRecord

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