You are here: Core Reference > Coding > Scripting > Scripting Guide - Form Functions (Form and Control Object Functions and Properties)

Form Functions

The Form functions allow you to create scripts that display custom Forms. The custom Forms can have text boxes, edit boxes, list boxes and many of the other features that you might expect to see on a Form.

Each Form function and property references a Form object. So, in your script, you need to use the following format to reference a Form function or property:

Form.<function name>


Each Form object has the following functions:

Remember that each Form Function returns a control that also has its own properties (and functions in the case of the Edit, Combo Box and List functions). Many Form objects also have Control Object Properties.


ClearSCADA 2015 R2