MobileScreen.Title

From Xojo Documentation

Property (As String )
aMobileScreen.Title = newStringValue
or
StringValue = aMobileScreen.Title

Supported on Mobile.

The title for the Navigation Bar.

Notes

This only appears if HasNavigationBar is True.

Sample Code

Change the title for the Screen:

Self.Title = "Customers"