Form
The Form class has the following methods:
The Form class has the following properties:
left | center | right | fill | repeat
top | center | bottom | fill | repeat
Example Code
app.form("form1").set("icon", "compute.png");
app.form("form1").formObject("button1").set("enabled", false);
DataSource ds = app.form("form1").declaration("var");
For examples of how to use the declaration method, see The Main Application Methods.