The event allows you to know what the user has typed and validate it if needed.
B4X:
Private Sub EditText1_TextChanged (Old As String, New As String)
'if the user just finishes typing "Hello", the logs below show the difference.
Log(Old) 'Hell'
Log(New)'Hello'
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.