Difference between revisions of "Lua:getMemoryViewForm"
Jump to navigation
Jump to search
m (moved getMemoryViewForm to Lua:getMemoryViewForm) |
(→Related Classes) |
||
Line 22: | Line 22: | ||
=== 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:12, 25 January 2018
function getMemoryViewForm() : Form
Returns the main memory view Form class object which can be accessed using the Form class methods and the methods of the classes it inherits from. There can be multiple memory views, but this will only find the original/base.
Function Parameters
<none>
Examples
local frm = getMemoryViewForm()