Sys.Observer.remove Method

Removes the first occurrence of an item from the array in an observable manner.

Sys.Observer.remove(target,item);

Parameters

Term

Definition

target

The array to which the item will be removed.

item

The item to remove.

Returns

true if the item is found in the array. Otherwise false.

See Also

Reference

Sys.Observer Class

Other Resources

Language Reference