iOSTextArea.TextChange

From Xojo Documentation

Event


iOSTextArea.TextChange()

Supported on Mobile (iOS).

Called when the text changes.

Sample Code

Update a label with the text as it changes:

DescLabel.Text = Me.Text