RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PExceptionRecord Type

PExceptionRecord is a pointer to a TExceptionRecord type.

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

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

 

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