Main process thread handle.
Source position: processbody.inc line 204
public property TProcess.ThreadHandle : THandle |
ThreadHandle is the main process thread handle. On Unix, this is the same as the process ID, on Windows, this may be a different handle than the process handle.
The handle is only valid after TProcess.Execute has been called. It is not reset after the process stopped.
|
Handle of the process. |
|
|
ID of the process. |
|
|
ID of the main process thread. |