[Overview][Types][Classes][Procedures and functions][Variables][Index] |
ID of the main process thread
Source position: processbody.inc line 131
ProcessID is the ID of the main process thread. It is the same as the handle of the main process thread (or the process itself) on Unix systems, but on Windows it is different from the thread Handle.
The ID is only valid after TProcess.Execute has been called. It is not reset after the process stopped.
|
ID of the process. |
|
|
Handle of the process |
|
|
Main process thread handle |