Window.add

Function/Meaning

Add managed object

Type
Windowclassmethod of
Syntax
add(object)
Arguments
object

Specifies the objects to be managed.

Return value
None (void)
Explanation

Add a managed object.
The object specified here will be automatically disabled when the window is disabled.

Reference
Window.remove