Window.remove
Function/Meaning
Removal of managed objects
Type
Method of the
Window class
Syntax
remove(
object
)
Arguments
object
Specifies the object to be removed from the list of managed objects.
Return Value
None (void)
Description
Removes the specified object from the list of managed objects.
Reference
Window.add