[Overview][Types][Classes][Procedures and functions][Variables][Index] |
ID of the process.
Source position: process.pp line 128
public property TProcess.ProcessID : Integer |
ProcessID is 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.Execute has been called. It is not reset after the process stopped.
|
Handle of the process |
|
|
Main process thread handle |
|
|
ID of the main process thread |