N-R > Object.unwatch |
![]() ![]() ![]() |
Object.unwatch
Availability
Flash Player 6.
Usage
myObject
.unwatch (
prop
)
Parameters
prop
The name of the object property that should no longer be watched, as a string.
Returns
A boolean.
Description
Method; removes a watchpoint that the Object.watch
method created. This method returns a value of true
if the watchpoint was successfully removed; otherwise, it returns a false
value.
![]() ![]() ![]() |