MobileScreen.Title
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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"