Window.remove

Function/Meaning

Delete managed object

Type
Windowclassmethod of
Syntax
remove(object)
Arguments
object

Specifies the object to remove from the list of managed objects.

Return value
None (void)
Explanation

Removes the specified object from the list of managed objects.

Reference
Window.add