Method Abstract():className() Foundation
Retrieves the name of the class an object belongs to.
:className() --> cClassName
The method returns a character string representing the name of a class.
The name of a class is identical with the name of its class function. The class function, in turn, results from the CLASS declaration.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.