User Guide

1216 TextInput component
Property summary for the TextInput class
The following table lists properties of the TextInput class.
Property Description
TextInput.editable A Boolean value indicating whether the field is editable (true)
or not (
false).
TextInput.hPosition The horizontal scrolling position of the text in the field.
TextInput.length Read-only; the number of characters in a TextInput
component.
TextInput.maxChars The maximum number of characters that a user can enter in
the text field.
TextInput.maxHPosition Read-only; the maximum possible value for
TextField.hPosition.
TextInput.password A Boolean value that indicates whether the text field is a
password field that hides the entered characters.
TextInput.restrict Indicates which characters a user can enter in a text field.
TextInput.text Sets the text content of a TextInput component.