hi, erstmal danke für deine antwort!
ich hab die threads aber global deklariert:
Delphi-Quellcode:
DLThread1: TptDownload;
DLThread2: TptDownload;
DLThread3: TptDownload;
DLThread4: TptDownload;
DLThread5: TptDownload;
und es wäre gut wenn ich das so lassen könnte..
der user kann auswählen mit wievielen threads (von 1-5) er arbeiten möchte und ich würde gerne von i:=1 to anzahl die threads erstellen.
geht das auch?