Method Abstract():className() Foundation

Retrieves the name of the class an object belongs to.

Syntax
:className() --> cClassName
Return

The method returns a character string representing the name of a class.

Description

The name of a class is identical with the name of its class function. The class function, in turn, results from the CLASS declaration.

Feedback

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.