[Overview][Types][Classes] |
ID of the process.
Source position: process.pp line 109
public property TProcess.ProcessID: Integer |
ProcessIDis the ID of the process. It is the same as the handle of the process on Unix systems, but on Windows it is different from the process Handle.
The ID is only valid after TProcess.Executehas been called. It is not reset after the process stopped.
|
Handle of the process |
|
|
Main process thread handle |
|
|
ID of the main process thread |