iOSTextArea.Text

From Xojo Documentation

Property (As Text )
aiOSTextArea.Text = newTextValue
or
TextValue = aiOSTextArea.Text

Supported on Mobile (iOS).

The text of the text area.

Sample Code

Set the text of the text area:

TextArea1.Text = "Hello, World!"

Get the text in the text area:

Var desc As Text
desc = TextArea1.Text