IsObject

InstallShield 2015 ยป InstallScript Language Reference

The IsObject function checks whether a variable of type OBJECT has been assigned a reference to a valid object, using the CreateObject or GetObject functions.

Syntax

IsObject ( oObject );

Parameters

IsObject Parameters

Parameter

Description

oObject

Specifies the variable to be checked.

Return Values

IsObject Return Values

Return Value

Description

TRUE

oObject has been assigned a reference to a valid object.

FALSE

oObject has not been assigned a reference to a valid object.