MobileScreen.BackButtonCaption

From Xojo Documentation

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

Supported on Mobile.

The caption of the Back button that takes the user back to the current Screen.

Notes

The title of the Back button does not appear on the Back button for this Screen, but instead appears on the Back button for any Screens shown by this Screen (using the Show method). It is the caption for the Back button that goes back to this Screen.

Sample Code

Self.BackButtonCaption = "Customers"