Defining the main form in a multi form app

I can't see how to do this in the IDE, but you can do it in the program file (dpr file). Just move the file you want as the opening form of the app so it's the last one before Application.run.


At this moment there is a limitation that it can't be set from the IDE project options. The IDE requires that the forms descend  directly from TForm to do this (and TMS WEB Core forms descend from TWebForm) and we haven't found a workaround for this so far unfortunately.