RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PExceptionRecord Type

PExceptionRecord is a pointer to a TExceptionRecord type.

Pascal
PExceptionRecord = ^TExceptionRecord;
C++
^TExceptionRecord PExceptionRecord;

SysUtils

The PExceptionRecord type points to a TExceptionRecord variable. TExceptionRecord holds information about an exception in an application. 

 

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