JCL Help:EJclCppStdException.StdException

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a pointer of type std::exception* which points to the actual exception object. (Useful in C++ only.)


Pascal

 public property StdException: PJclCppStdException;


Description

Use dynamic_cast<> to dispatch the pointer provided by this property.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page