Delphi 10.3.3
In a mobile FMX project, I want to create a form before the main form.
This form contains app tethering components that talk to Codesite. It must be created first so that the main form's FormCreate() can use it.
However, making this form first causes it to become the main form.
How do I create a form before all other forms but not have it become the main form?