UserInterface.AddPage(String) Method

Top 

Description

Adds a Page to the UserInterface.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

UserInterface.AddPage(

String pageTitle)

 

 

Arguments

pageTitle


Description:

The title of the Page.

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = myUserInterface1.AddPage(myString1);

 

 

See also

UserInterface Object

Custom User Interface Guide