Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
(→Related Functions) |
(→Related Classes) |
||
Line 21: | Line 21: | ||
=== Related Classes === | === Related Classes === | ||
− | * [[Form]] | + | * [[Lua:Class:Form|Form]] |
− | * [[Component]] | + | * [[Lua:Class:Component|Component]] |
− | * [[Control]] | + | * [[Lua:Class:Control|Control]] |
− | * [[WinControl]] | + | * [[Lua:Class:WinControl|WinControl]] |
− | * [[Application]] | + | * [[Lua:Class:Application|Application]] |
− | * [[Object]] | + | * [[Lua:Class:Object|Object]] |
Revision as of 01:14, 25 January 2018
function getMainForm() : Form
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)