SetPropValue - cWebWidgetConfigurationWizard

Convenience method to add a tWidgetConfigPropValue to the passed array

Type: Procedure

Parameters: tWidgetConfigPropValue[] ByRef aPropValues String sObjName String sPropName String sValue

ParameterDescription
aPropValues (ByRef)Array of values to add the new item to
sObjNameName of the object the property belongs to
sPropNameName of the property to add
sValue Value of the property to insert


Syntax
Procedure SetPropValue tWidgetConfigPropValue[] ByRef aPropValues String sObjName String sPropName String sValue

Call: Send SetPropValue (&aPropValues) sObjName sPropName sValue


Description

Convenience method to add a tWidgetConfigPropValue to the passed array.