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 when a mobile text input control has become focused and editing has commenced.</summary>
<examples>
<example><p>on inputBeginEditing -- <i>disable the next button while editing</i></p><p> disable button "next"</p><p>end inputBeginEditing</p></example>
</examples>
<history>
<introduced version="4.6">Added</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="5.5.1">Android support added</changed>
<overview>The <b>inputBeginEditing</b> message is sent when an mobile text input control has become focused and editing has commenced. </overview>
<parameters>
</parameters>
<value></value>
<comments>Handle the <b>inputBeginEditing</b> message if you want to move LiveCode controls, make changes to the interface or perform an action when the user starts editing text in an iosTextInput, iosMultiline, androidTextInput or androidMultiline control.<p></p><p>The <b>inputBeginEditing</b> message is sent to the object containing the script that created the text input control.</p></comments>