Is there a "Change Event" function with the ExitText view?
I want to be able to capture whether a EditText has text:
If EditText.Text.Length > 0 Then
.............
Endif
I need to capture this as the user inputs text via the numeric keypad
You should really get to use the documentation, it's full of such info. If you type editText in the search bar, you'll get right up, the documenation of this view, and all its events. Yes, there is the TextChanged event.
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.