Lingo Dictionary > T-Z > title

 

title

Syntax

window (whichWindow.title)
the title of window whichWindow

Description

Window property; assigns a title to the window specified by whichWindow.

This property can be tested and set for windows other than the Stage.

Example

This statement makes Action View the title of window X:

window("X").title = "Action View"