How can I get a list with all the threads created by my application

Posted by plainth on Stack Overflow See other posts from Stack Overflow or by plainth
Published on 2010-01-13T09:36:03Z Indexed on 2010/03/15 10:09 UTC
Read the original article Hit count: 169

Hi,

I want to get a list with all the threads (except the main, GUI thread) from within my application in order to do some action(s) with them. (set priority, kill, pause etc.) How to do that?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about multithread