Das ist ganz einfach.
Du musst die forms nur dynamisch erstellen.
dazu baust du dir ein
sessionforms: array of TSessionForm;
in den private-abschnitt deines hauptformulars.
jetzt kannst du z.B. mal 10 Formulare erstellen:
Delphi-Quellcode:
Setlength(sessionforms, 10);
for i := 0 to high(sessionforms) do
sessionforms[i] := TSessionForm.Create;
Alles weitere, um eine
Form dynamisch zu erstellen, solltest du hier in der
DP finden.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1