问题
I'm having problems with the navigation between the forms. I have created an Android Firemonkey Mobile Application using Delphi XE5.
I currently have a Login Form and the Main Form, now I want advice on how to handle the Login Form to appear before the Main Form.
回答1:
In the Project Options, under forms, select the LogonForm to be auto-created, and move all other forms out of the list.
Now when you start your application, the Logon form will show as the first (and only) form.
Once logged on, you can create the other forms as needed.
来源:https://stackoverflow.com/questions/21134682/show-login-form-before-main-form