WriteArrayProperty
InstallShield 2026 » InstallScript Language Reference
Project:
The WriteArrayProperty function is called in an object script to enter a value for a specified property whose value is an array.
Syntax
WriteArrayProperty ( nPropertyBag, szPropertyName, ArrayPointer );
Parameters
|
Parameter |
Description |
|
nPropertyBag |
Specifies a reference to the object's property bag object, in which property values are stored. |
|
szPropertyName |
Specifies the name of the property whose value you want to enter. |
|
ArrayPointer |
Specifies a pointer to the array property. |
Return Values
|
Return Value |
Description |
|
0 |
This function always returns zero (0). |