[Overview][Types][Classes] | Reference for unit 'process' (#fcl) |
Main process thread handle
Source position: process.pp line 108
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 |
No notes exist for this page yet.