Achso. Nein, ich meinte eher so:
Delphi-Quellcode:
For i := 0 To MBListBox.items.Count - 1 Do
If Application.FindComponent('Formular'+IntToStr(i)) = nil Then
With TForm1.Create(Application) do begin
Name := 'Formular' + IntToStr(i);
[andere eigenschaften]
end;
Greetings,
Macci