backspaceKey | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card, field |
Summary | Sent to the active control, or to the current card if no control is focused. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: control Glossary: current card, active control, focus Message: cutKey, deleteKey |
Description | Handle the backspaceKey message if you want to do something special when the user presses the Backspace key. The Backspace key is not the same as the Forward Delete key. On some keyboards, the Backspace key is labeled "Delete". |
Tags | ui |