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.
{$R *.res}
begin
TMainPage.SetAsMainForm;
TIWStart.Execute(True);
end.
|
How to change the main project form
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
How to change the main project form - by Сергей Александрович - 10-13-2020, 05:03 AM
RE: How to change the main project form - by Jose Nilton Pace - 10-13-2020, 11:20 AM
RE: How to change the main project form - by kudzu - 10-13-2020, 03:39 PM
RE: How to change the main project form - by DanBarclay - 10-14-2020, 06:33 AM
RE: How to change the main project form - by Сергей Александрович - 10-14-2020, 08:44 AM
RE: How to change the main project form - by kudzu - 10-14-2020, 04:47 PM
RE: How to change the main project form - by DanBarclay - 10-15-2020, 02:49 AM
RE: How to change the main project form - by iwuser - 11-23-2024, 12:04 PM
|