Previous Topic

Next Topic

IsObject - MaxBasic Function

IsObject(Identifier: Variant): Boolean

Returns True if the Identifier represents an object variable, otherwise returns False.

IsObject function syntax has these named arguments:

Parameter

Description

Identifier

Required. Identifier to be evaluated as an object variable.

See Also

Boolean Functions

Book Contents

Book Index