IsObject Function [Runtime] /text/sbasic/shared/03102800.xhp Sun Microsystems, Inc. converted from old format - fpe
IsObject function IsObject Function [Runtime] Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False.
Syntax: IsObject (ObjectVar) Return value: Bool Parameters: ObjectVar: Any variable that you want to test. If the Object variable contains an OLE object, the function returns True.