SETWTITLE


7.8.5, PLBCMP GUI Only

 

The SETWTITLE instruction changes the title bar in the main graphical window. The default name for the main program window is the name of the program executing. The instruction uses the following format:

 

 

[label]

SETWTITLE

{title}

 

Where:

label

Optional. A Program Execution Label.

title

Required. A previously defined Character String Variable that specifies the title bar name in the main graphical window.

Flags Affected: NONE

Note the following:

  1. The Logical String of {title} sets the window title.

  2. Once a title has been set, it remains in affect until changed by another SETWTITLE instruction.

  3. This instruction only affects the main window.

  4. When using the PL/B Web Server, the SETWTITLE instruction sets the client browser title for the viewport tab where the PLB program is being executed.(9.9B).

 

 

See Also: Interactive I/O Instructions

 



PL/B Language Reference SCRNSIZE SNDCLOSE