JCL Help:EJclCppException.IsCppClass

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns True if the underlying C++ exception object is a class.


Pascal

 public function IsCppClass<TCppClass: TInaccessibleType>: Boolean; overload;


Description

C++ permits to throw exceptions of any type, even scalar types or raw pointers. This function allows to distinguish them from exceptions which are C++ classes.


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