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

Form.Show

The Show function allows the script to display a Form.

Syntax

Form.Show()

Description

Displays a Form. The next function in the script is not performed until the Form is closed by a user.

Arguments

None.

Returns

None.

Example:

Form.Show()

Displays a Form that has been created earlier in the script.



ClearSCADA 2015 R2