androidTextInput

Typeobject
DictionaryLCS
LibraryLiveCode Script
Syntax
androidTextInput
Summary

A native, single line, Android text input control.

Introduced5.5.1
OSandroid
Platformsmobile
Example
mobileControlCreate "input"
mobileControlCreate "input", "name entry"
RelatedCommand: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
Function: mobileControlGet, mobileControlTarget
Message: inputEndEditing, inputReturnKey, inputBeginEditing, inputTextChanged
Description

A native Android control for text input.

The input control allows the editing of a single line of text with the 'return' key ending editing and allowing you to perform an appropriate action.

Tagsobjects