MobileScreen.Title
From Xojo Documentation
Property (As String )
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"
The title for the Navigation Bar.
This only appears if HasNavigationBar is True.
Change the title for the Screen: