HBObject() > Methods for object inspection xHarbour Developers Network  

oHBObject:isDerivedFrom()

Checks if an object belongs to or is derived from a class.

Syntax

:isDerivedFrom( <oObject>|<cClassName> ) --> lIsDerived

Return

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.

Description

Method :isDerivedFrom() is a synonym for method :isKindOf(). Refer to this method.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe