jo, trotzdem nochmal...
wenn dus über die
ide machst, fügt er
Delphi-Quellcode:
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
//Genau hier
Application.Run;
end.
das CreateForm ein...das kannst/musst du dann per hand oder per Pojekt / Optionen entfernen...