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
|
Parameter |
Description |
|
oObject |
Specifies the variable to be checked. |
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. |
InstallShield 2015 Help LibraryJune 2015 |
Copyright Information | Contact Us |