JCL Help:EJclCppException.IsCppClass
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: EJclCppException.IsCppClass Method
[+] EJclCppException Methods
[+] EJclCppException Properties
Search in JCL Help
Search in all projects
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