Flash Lite 2 |
|||
| Flash Lite 2.x ActionScript Language Reference > ActionScript classes > Object > unwatch (Object.unwatch method) | |||
public unwatch(name:String) : Boolean
Removes a watchpoint that Object.watch() created. This method returns a value of true if the watchpoint is successfully removed, false otherwise.
Availability: ActionScript 1.0; Flash Lite 2.0
name:String - A string; the name of the object property that should no longer be watched.
Boolean - A Boolean value: true if the watchpoint is successfully removed, false otherwise.
See the example for Object.watch().
watch (Object.watch method), addProperty (Object.addProperty method)