Deutsches LiveCode Wiki
Advertisement

Has no effect and is included in LiveCode for compatibility with imported SuperCard projects.Syntax:

set the allowKeyInField to {true | false}

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.

See also: enterInField (message),

Advertisement