inputTextChanged | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent when the content of a mobile text input control has changed. |
Introduced | 4.6 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Command: mobileControlCreate, mobileControlDelete, mobileControlSet Function: mobileControlGet, mobileControlTarget, mobileControls Message: inputEndEditing, inputReturnKey, inputBeginEditing |
Description | The inputTextChanged message is sent when the content of a mobile text input control has changed. Handle the inputTextChanged message if you want to make changes to the interface or perform an action when the content of an iosTextInput, iosMultiline, androidTextInput or androidMultiline control changes. The inputTextChanged message is sent to the object containing the script that created the text input control. |