HBObject() > Methods for object inspection |
Checks if an object belongs to or is derived from a class.
:isDerivedFrom( <oObject>|<cClassName> ) --> lIsDerived
The method returns .T. (true) if the object executing the method belongs to or is derived from the specified class, otherwise .F. (false) is returned.
Method :isDerivedFrom() is a synonym for method :isKindOf(). Refer to this method.
http://www.xHarbour.com