Reputation:
I have two forms in my Delphi Project. Namely:
FrmMain_u.pas
FrmLogIn_u.pas
When I run the Delphi Project, the FrmMain_u
form is displayed. How will I change the start up form from FrmMain_u
to FrmLogIn_u
?
Upvotes: 1
Views: 1992
Reputation: 109
From IDE:
menu Project->Options (the last item) Select "Forms" item
You can find the auto-create forms. The first form "auto-create" is the startup form.
Upvotes: 4