MobileTextArea.TextChanged

From Xojo Documentation

Event


MobileTextArea.TextChanged()

Supported on Mobile.

Called when the text changes.

Sample Code

Update a label with the text as it changes:

DescLabel.Text = Me.Text