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:
|
|
|
|
|
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:
The Logical String of {title} sets the window title.
Once a title has been set, it remains in affect until changed by another SETWTITLE instruction.
This instruction only affects the main window.
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
![]() |