[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'process' (#fcl)

TPROCESS.InheritHandles

Should the created process inherit the open handles of the current process.

Declaration

Source position: processbody.inc line 137

public property TPROCESS.InheritHandles : Boolean
  read FInheritHandles
  write FInheritHandles;

Description

InheritHandles determines whether the created process inherits the open handles of the current process (value True) or not (False).

On Unix, setting this variable has no effect.

See also

TProcess.InPut

  

Stream connected to standard input of the process.

TProcess.Output

  

Stream connected to standard output of the process.

TProcess.StdErr

  

Stream connected to standard diagnostic output of the process.


Documentation generated on: May 14 2021