MobileTextField.TextChanged

From Xojo Documentation

Event


MobileTextField.TextChanged()

Supported on Mobile.

Called when the text changes from user entry. It is not called when the text is changed via code.

Sample Code

Update a label with the text as it is being entered:

NameLabel.Text = Me.Text