ParkPropValue - cWebWidgetConfigurationWizard

Stores a tWidgetConfigPropValue for later use

Type: Procedure

Parameters: String sObjName String sPropName String sValue

ParameterDescription
sObjNameName of the object the property belongs to
sPropName Name of the property to store
sValueValue of the property to store


Syntax
Procedure ParkPropValue String sObjName String sPropName String sValue

Call: 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.