ParkPropValue - cWebWidgetConfigurationWizard
Stores a tWidgetConfigPropValue for later use
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sObjName | String | Name of the object the property belongs to |
| sPropName | String | Name of the property to store |
| sValue | String | Value of the property to store |
Syntax
Procedure ParkPropValue String sObjName String sPropName String sValue
Call Example
Send ParkPropValue sObjName sPropName sValue
Description
Stores a tWidgetConfigPropValue for later use.
The value is stored in a private property inside the cWebWidgetConfigurationWizard. Use RetrieveParkedPropValue to get a stored value for use.