iOSLabel.Text

From Xojo Documentation

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

Supported on Mobile (iOS).

The text to display in the Label.

Sample Code

Set the label text:

Label1.Text = "Hello, World!"