Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change the main project form
#3
This call can also be made in the DPR file before the application is started. Example:

{$R *.res}
begin
TMainPage.SetAsMainForm;
TIWStart.Execute(True);
end.
Reply


Messages In This Thread
RE: How to change the main project form - by kudzu - 10-13-2020, 03:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)