[Overview][Types][Classes] | Reference for unit 'process' (#fcl) |
ID of the main process thread
Source position: process.pp line 110
public property TProcess.ThreadID: Integer |
ProcessID is the ID of the main process thread. It is the same as the handle of the main proces thread (or the process itself) on Unix systems, but on Windows it is different from the thread Handle.
The ID is only valid after TProcess.Execute has been called. It is not reset after the process stopped.
|
ID of the process. |
|
|
Handle of the process |
|
|
Main process thread handle |
No notes exist for this page yet.