Window.add

Function/Meaning
Add managed object
Type
Method of Window class
Syntax
add(object)
Arguments
object Specifies the object to be managed.
Return Value
None (void)
Description
Adds a managed object. The object specified here will be automatically invalidated when the window is invalidated.
Reference
Window.remove