IsObject Function /text/sbasic/shared/03102800.xhp Sun Microsystems, Inc.
IsObject function IsObject Function Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns True if the variable is an object, otherwise it returns False.
Syntax: IsObject(var) Return value: Boolean Parameters: var: Any variable that you want to test. The following objects return True: OLE objects or UNO objects Class module object instances Extended types or enumerations Routines or variables when defined as Object. %PRODUCTNAME Basic modules Data structures return True even when empty. Object defined variables return True even if uninitialized.
Enum statement Type statement Using variables