Hi everybody,

I'm new to Delphi.. In C# i can do something like this:

C# Code:
  1. System.Diagnostics.Process.GetProcessById(PID).Handle
How can i do that in Delphi?

Any help would be appreciated.