user4621642
user4621642

Reputation:

Change Start-up Form in Delphi 10.1 Berlin

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

Answers (1)

Lorenzo
Lorenzo

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

Related Questions