ScriptInterfaceHelper:MohoObject()

Version added: 14.0
Provides a moho (ScriptInterface) object that can be passed to the standard Moho functions.

Return value:

ScriptInterface moho object
The moho object provided by this method is the same type of object that Moho passes to standard methods such as DoLayout or HandleMessage. This makes it possible to use scripts in non-modal dialogs boxes that can remain open while you continue working in Moho.

For more details about standard Moho methods, see Script Structure.

Search results

Usage of 'MohoObject' is found in the following scripts:

<< Back to ScriptInterfaceHelper