Window Title Display

Shows or hides the title of a Sub-window.

Parameters

  • Window - Name of sub-window
  • Display mode - Visible or not (Please refer to the example below).

Example

''On Button Click Logic

Window Title Display "Sub Process 2", Show

Window Title Display "Sub Process 3", Hide ''

Comments

Note that the names used for the window are text strings, and must be inserted in double-quotes.