MobileTextControl.Text

From Xojo Documentation

Property (As String )
aMobileTextControl.Text = newStringValue
or
StringValue = aMobileTextControl.Text

New in 2020r2

Supported for all project types and targets.

The text in the control.

Sample Code

The following code sets the text of the control in any of its events:

Me.Text = "One ring to rule them all..."

See Also

TextFont and TextColor properties.