w3mvDPropertyChange changes a property for a specified object.
Syntax
call w3mvDPropertyChange (Object, Property, Value)
Parameters
|
Object |
In |
The name of the object whose property is to change. |
|
Property |
In |
The name of the property to change. All property names start with a "$". If the $ is missing, one is added to the name. |
|
Value |
In |
The new value of the property. Specifying "" as the value removes any previously set value. |
call w3mvDPropertyChange("page" "$currentpane", 3)