allowKeyInField | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | field |
Summary | Has no effect and is included in LiveCode for compatibility with imported SuperCard projects. |
Introduced | 1.0 |
Platforms | desktop |
Related | Keyword: field Message: enterInField Function: value Glossary: property, LiveCode, error, handler, insertion point, message, SuperCard |
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 script error, but the actual value is not changed. |