help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Types][Classes] Reference for unit 'process' (#fcl)

TProcess.Handle

Handle of the process

Declaration

Source position: process.pp line 106

public property TProcess.Handle: THandle
  read FProcessHandle;

Description

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.

See also

TProcess.ThreadHandle

  

Main process thread handle

TProcess.ProcessID

  

ID of the process.

TProcess.ThreadID

  

ID of the main process thread

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505