RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.RaiseExceptionProc Variable

Points to RaiseException Windows function.

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

System

RaiseExceptionProc points to the RaiseException Windows API function. This can be used to invoke the function from assembly language. 

 

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