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.

Parameters

name:String - A string; the name of the object property that should no longer be watched.

Returns

Boolean - A Boolean value: true if the watchpoint is successfully removed, false otherwise.

Example

See the example for Object.watch().

See also

watch (Object.watch method), addProperty (Object.addProperty method)


Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00005397.html