Displays an exception message with its physical address
procedure ShowException(ExceptObject: TObject; ExceptAddr: Pointer);
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!
|