You are here: Core Reference > Coding > Scripting > Form.Title

Form.Title

The Form.Title property allows the script to define the name of the Form (shown in the title bar).

Syntax

Form.Title = Name

Description

Defines the title of the Form. The Form.Title property overwrites any other titles (such as the title defined by the Form.Init function).

Arguments

Name {string}

Returns

String

Example:

Form.Title = "Display Window"

This sets the title of the Form to: Display Window.


ClearSCADA 2015 R2