Dann such mal in der
Unit nach "endthread" bzw. der funktion ThreadProc.
Edit: Aber wie gesagt, beim herauslaufen aus der ThreadFunc wird der Thread auch beendet.
Zitat:
How Threads are Terminated
A thread executes until one of the following events occurs:
- The thread calls the ExitThread function.
- Any thread of the process calls the ExitProcess function.
- The thread function returns.
- Any thread calls the TerminateThread function with a handle to the thread.
- Any thread calls the TerminateProcess function with a handle to the process.
The exit code for a thread is either the value specified in the call to ExitThread, ExitProcess, TerminateThread, or TerminateProcess, or the value returned by the thread function.
Dieser Beitrag ist für Jugendliche unter 18 Jahren nicht geeignet.