Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Thread Terminated ? (https://www.delphipraxis.net/65955-thread-terminated.html)

pacman1986 22. Mär 2006 20:43


Thread Terminated ?
 
wie kann ich rausfinden ob en thread schon terminiert ist ?

ste_ett 22. Mär 2006 20:48

Re: Thread Terminated ?
 
Delphi-Quellcode:
property Terminated: Boolean read FTerminated;

gsh 22. Mär 2006 20:49

Re: Thread Terminated ?
 
Delphi-Quellcode:
  if Self.Terminated then //Ich hoff ich habs richtig geschrieben
  begin
    //Thread Terminiert
  end;
//edit: Ach ste_ett war schneller

pacman1986 22. Mär 2006 21:36

Re: Thread Terminated ?
 
danke werds ma probieren


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:08 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz