Difference between revisions of "Lua:getLuaEngine"
Jump to navigation
Jump to search
(→Related Classes) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[getForm]] | + | * [[Lua:getForm|getForm]] |
− | * [[getFormCount]] | + | * [[Lua:getFormCount|getFormCount]] |
− | * [[getMainForm]] | + | * [[Lua:getMainForm|getMainForm]] |
− | * [[getSettingsForm]] | + | * [[Lua:getSettingsForm|getSettingsForm]] |
− | * [[ | + | * [[Lua:getLuaEngine|getLuaEngine]] |
− | * [[registerFormAddNotification]] | + | * [[Lua:registerFormAddNotification|registerFormAddNotification]] |
=== 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]] |
Latest revision as of 01:14, 25 January 2018
function getLuaEngine() : Form
Returns the lua engine Form object (Creates it if needed).
Function Parameters[edit]
<none>
Examples[edit]
local frm = getLuaEngine()