%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
store Method
See Also 
vdWebLibrary Namespace > ModificationHistory Class : store Method
propObject
Object that is modified
propName
Name of the property as string
propVal
The new value of the property.Set it to undefined or ignore it , in order to pass the existing value of this property.
This method would be called by the parent object in order to store the value of a property before it changes.

Syntax

JScript 
public function store( 
   propObject : Object,
   propName : String,
   propVal : Object
);

Parameters

propObject
Object that is modified
propName
Name of the property as string
propVal
The new value of the property.Set it to undefined or ignore it , in order to pass the existing value of this property.

See Also