RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.RaiseExceptionProc Variable

Points to RaiseException Windows function.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!