![]() |
Re: Die erste Thread-Programmierung...
Delphi-Quellcode:
sollte in OnClose rein. Dann musst du noch in der while-Schleife bei DownloadFiles z.B. folgendes einfügen:
If Assigned(DownloadThread) then
If not DownloadThread.Terminated then DownloadThread.Terminate;
Delphi-Quellcode:
If Terminated then Break;
|
Re: Die erste Thread-Programmierung...
Danke :)
Jetzt funktioniert alles wunderbar. MfG Lefko |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:06 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz