[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Handle of the process
Source position: process.pp line 125
public property TProcess.Handle : THandle |
Handle identifies the process. In Unix systems, this is the process ID. On windows, this is the process handle. It can be used to signal the process.
The handle is only valid after TProcess.Execute has been called. It is not reset after the process stopped.
|
Main process thread handle |
|
|
ID of the process. |
|
|
ID of the main process thread |