648
TAB
Syntax
TAB
Description
Constant; represents the Tab key.
Examples
This statement checks whether the character typed is the tab character and calls the handler
doNextField
if it is:
if the key = TAB then doNextField
These statements move the playhead forward or backward, depending on whether the user presses
Tab or Shift-Tab:
if the key = TAB then
if the shiftDown then
go the frame -1
else
go the frame +1
end if
end if
See also
BACKSPACE
,
EMPTY
,
RETURN (constant)
tabCount
Syntax
chunkExpression
.tabCount
Description
Text cast member property; indicates how many unique tab stops are in the specified chunk
expression of the text cast member.
The value is an integer equal to or greater than 0, and may be tested but not set.
tabs
Syntax
member(
whichTextMember
).tabs
Description
Text cast member property; this property contains a list of all the tab stops set in the text
cast member.
Each element of the list contains information regarding that tab for the text cast member. The
possible properties in the list are as follows:
You can get and set this property. When
tabs
is set, the
type
property is optional. If
type
is not
specified, the tab type defaults to
#left
.
#type
Can be
#left
,
#center
,
#right
, or
#decimal
.
#position
Integer value indicating the position of the tab in points.
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...