Zitat:
Vielleicht so?
...definitiv NÖ!
Delphi-Quellcode:
procedure TUpdateThread.Execute;
begin
// Downloade Datei und und und...
Form1.HTTPFileDownload := THTTPFileDownload.Create(nil);
Form1.HTTPFileDownload.OnChange := Form1.IdHTTPProgressOnChange;
...
...ohne Synchronisierung auf die Form Variable im Thread zugreifen ist ein No-Go. Wieso soll der Thread die Form kennen?