OBJINFO()

Top  Previous  Next

 

The OBJINFO() function returns information about an object variable.

 

 

Format

 

OBJINFO(var, key)

 

where

 

varis the name of the object variable.

 

keyidentifies the information to be returned:

0

OI$ISOBJ

Returns true (1) if var is an object, false (0) if not.

1

OI$CLASS

Returns the class module catalogue name associated with the object.

 

 

The OBJINFO() function returns information about an object variable based on the key value supplied.

 

 

See also:

CLASS, OBJECT