Skip to main content

className

Short Summary

This abstract property returns the class name of the concrete object, which is useful for debugging purpose or to check the class name for __DELETE in factories (sometimes it's necessary to do more than just to free the memory).

Attention: For derivations: It is necessary that this property is overridden by the concrete class

Code

Declaration

PROPERTY className : CNM_AbstractObject.ClassName