SetPropValue - cWebWidgetConfigurationWizard
Convenience method to add a tWidgetConfigPropValue to the passed array
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef aPropValues | tWidgetConfigPropValue[] | Array of values to add the new item to |
| sObjName | String | Name of the object the property belongs to |
| sPropName | String | Name of the property to add |
| sValue | String | Value of the property to insert |
Syntax
Procedure SetPropValue ByRef tWidgetConfigPropValue[] aPropValues String sObjName String sPropName String sValue
Call Example
Send SetPropValue aPropValues sObjName sPropName sValue
Description
Convenience method to add a tWidgetConfigPropValue to the passed array.