Lua:getForm
Jump to navigation
Jump to search
function getForm(Index)
Returns the form at the specific index.
| Parameter | Type | Description |
|---|---|---|
| Index | integer | The index of the form to get |
1 for i = 0, getFormCount() - 1 do
2 local frm = getForm(i)
3 print(frm.ClassName)
4 print(frm.Caption)
5 end
Main Pages
Core Lua documentation entry points
◆ Lua
◆ Script Engine
Form Related Functions
Form Related Classes
◆ Form
◆ Component
◆ Control
◆ WinControl
◆ Application
◆ Object