You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Sent to the <glossarytag="active control">active (focused) control</glossary>, or to the <glossarytag="current card">current card</glossary> if no <keywordtag="control">control</keyword> is <glossarytag="focus">focused</glossary>.</summary>
<examples>
<example>on backspaceKey <code><i>-- in the script of a field</i></code></p><p><code><i>-- clear the whole field instead of removing one character:</i></code></p><p> put empty into me</p><p>end backspaceKey</example>
</examples>
<description>
<p>Handle the <b>backspaceKey</b> message if you want to do something special when the user presses the Backspace key.</p><p/><p><b>Comments:</b></p><p>The Backspace key is not the same as the Forward Delete key. On some keyboards, the Backspace key is labeled "Delete".</p>