MobileScreen.Close

From Xojo Documentation

Revision as of 22:16, 22 October 2020 by Gperlman (talk | contribs)
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...
Method

MobileScreen.Close()

Supported on Mobile.

For Screens that were displayed using PushTo, this closes the Screen causing the previous Screen to display.

Notes

Since calling Close displays the previous Screen, you can call it to simulate the user pressing a "Back" button on the Screen.

You cannot close the main Screen (the one that is specified as the Content for the iOS Layout), however you can swap in another Screen by using the MobileApplication.CurrentScreen property.