415
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"
name (system property)
Syntax
xtra (
whichXtra
)
.
name
the name of xtra
whichXtra
Description
System property; indicates the name of the specified Lingo Xtra. Xtra extensions that provide
support services or other functions not available to Lingo will not support this property.
This property can be tested but not set.
Example
This statement displays the name of the first Xtra in the Message window:
put xtra(1).name
name (timeout property)
Syntax
timeoutObject
.name
Description
This timeout property is the name of the timeout object as defined when the object is created.
The
new()
command is used to create timeout objects.
Example
This timeout handler opens an alert with the name of the timeout that sent the event:
on handleTimeout timeoutObject
alert "Timeout:" && timeoutObject.name
end
See also
forget
,
new()
,
period
,
persistent
,
target
,
time (timeout object property)
,
timeout()
,
timeoutHandler
,
timeoutList
Summary of Contents for DIRECTOR MX-LINGO DICTIONARY
Page 1: ...Lingo Dictionary Macromedia Director MX...
Page 756: ...Index 756...