RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ShowException Function

Displays an exception message with its physical address

Pascal
procedure ShowException(ExceptObject: TObject; ExceptAddr: Pointer);
C++
ShowException(TObject * ExceptObject, void * ExceptAddr);

SysUtils

ShowException displays the message associated with an exception, together with the exception's physical address. The exception's address can be used with Search | Find Error menu command to find the statement that raised the exception. 

 

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