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

TPROCESS.Input

Stream connected to standard input of the process.

Declaration

Source position: processbody.inc line 132

public property TPROCESS.Input : TOutputPipeStream
  read FInputStream;

Description

Input is a stream which is connected to the process' standard input file handle. Anything written to this stream can be read by the process.

The Input stream is only instantiated when the poUsePipes flag is used in Options.

Note that writing to the stream may cause the calling process to be suspended when the created process is not reading from it's input, or to cause errors when the process has terminated.

See also

TProcess.OutPut

  

Stream connected to standard output of the process.

TProcess.StdErr

  

Stream connected to standard diagnostic output of the process.

TProcess.Options

  

Options to be used when starting the process.

TProcessOption

  

Options to be used when a process is started.


Documentation generated on: May 14 2021