Lua:getMainForm
function getMainForm() : Form
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)
See also
| Lua |
| Script Engine |
function getMainForm() : Form
Returns the main Form.
<none>
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)
| Lua |
| Script Engine |