WriteArrayProperty

InstallShield 2026 » InstallScript Language Reference

Project: This information applies to InstallScript projects.

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

WriteArrayProperty 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

WriteArrayProperty Return Values

Return Value

Description

0

This function always returns zero (0).