04 June 2017 check delphi function running taskmanager How to check if a process is running using Delphi? Sometimes i need to know what my aplication running on taskmanger or not. so this littel bit scrypt how to check it. uses TlHelp32; An...