iOSTextField.Text
From Xojo Documentation
Property (As Text )
The text in the field.
Sample Code
Sets the text in the field:
TextField1.Text = "Hello, World!"
Gets the text from the field:
The text in the field.
Sets the text in the field:
Gets the text from the field: