HBObject() > Methods for object inspection |
Retrieves the name of the class an object belongs to.
:className() --> cClassName
The method returns a character string holding the name of the class.
It is often required in object oriented programming to identify the exact class an object belongs to. This is accomplished by retrieving the object's class name with :className().
http://www.xHarbour.com