Module()

Previous Next

This method returns a reference to a module object. It can be used as part of a statement to open a window from another module.

Syntax

Module([<module name>])

Parameters

module name

This parameter is optional. If it is omitted, the application module is returned.

Example

You can use a normal WindowCreate() statement following the Module() method to open the required window.

Module(...).WindowCreate(...)

Module(...).<name>.WindowCreate(...)