Annahme: In Fom2Unit.pas liegt dein zweites Formular TForm2:
Delphi-Quellcode:
uses Form2Unit;
procedure Button1Click(Sender: TObject)
var
NewForm: TForm2;
begin
NewForm := TForm2.Create(self);
NewForm.ShowModal;
NewForm.Free;
end;
Windows Vista - Eine neue Erfahrung in Fehlern.