Lingo Dictionary > L-N > name (window property) |
![]() ![]() ![]() |
name (window property)
Syntax
window (
whichWindow
).name
the name of window
whichWindow
Description
Window property; determines the name of the specified window in windowList
. (The title
window property determines the title that appears in a window's title bar.)
This property can be tested and set.
Example
This statement changes the name of the window Yesterday to Today:
window("Yesterday").name = "Today"
![]() ![]() ![]() |