Parameter | Description |
---|---|
sObjName | Name of the object the property belongs to |
sPropName | Name of the property to store |
sValue | Value of the property to store |
Procedure ParkPropValue String sObjName String sPropName String sValue
Call: | Send ParkPropValue sObjName sPropName sValue |
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.