Name Activate
Type Method
Summary Activates the world window
Prototype void Activate();
Description Activates the main (first) window for this world. If you have multiple windows open then the first one created will be activated.
VBscript example
world.activate
Jscript example
world.activate();
PerlScript example
$world->activate;
Returns Nothing.

See also ...