Unit 'process' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TProcess.ThreadHandle

Main process thread handle.

Declaration

Source position: processbody.inc line 199

public property TProcess.ThreadHandle : THandle
  read FProcessHandle;

Description

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.

See also

TProcess.Handle

  

Handle of the process.

TProcess.ProcessID

  

ID of the process.

TProcess.ThreadID

  

ID of the main process thread.


Documentation generated on: Jan 30 2024