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