focusOut | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | button, field |
Summary | Sent to a button or field when it becomes inactive (loses focus). |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: field Message: exitField, suspendStack, closeField Command: focus Object: button Glossary: message, control, focus |
Description | Handle the focusOut message if you want to perform preparation or do other tasks when a control loses the keyboard focus. If the control is an unlocked field or a button whose menuMode is "comboBox", the closeField or exitField message is sent to it instead of the focusOut message. |
Tags | ui |