inputTextChanged

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
inputTextChanged
Summary

Sent when the content of a mobile text input control has changed.

Introduced4.6
OSios, android
Platformsmobile
Example
on inputTextChanged -- enable the save button when a change is made
   enable button "save"
end inputTextChanged
RelatedCommand: 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.