forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallowKeyInField.lcdoc
More file actions
32 lines (21 loc) · 874 Bytes
/
Copy pathallowKeyInField.lcdoc
File metadata and controls
32 lines (21 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: allowKeyInField
Type: property
Syntax: set the allowKeyInField to {true | false}
Summary:
Has no effect and is included in <LiveCode> for compatibility with
imported <SuperCard> projects.
Associations: field
Introduced: 1.0
Platforms: desktop
Description:
In SuperCard, the <allowKeyInField> <property> determines whether a
"keyInField" <message> is sent when a key is pressed while the
<insertion point> is in a <field>.
In LiveCode, the "keyInField" message is not sent.
The <allowKeyInField> <property> is always true. A <handler> can set it
to any value without causing a <error|script error>, but the actual
<value> is not changed.
References: value (function), property (glossary), LiveCode (glossary),
error (glossary), handler (glossary), insertion point (glossary),
message (glossary), SuperCard (glossary), field (keyword),
enterInField (message)