[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Stream connected to standard input of the process.
Source position: processbody.inc line 132
public property TPROCESS.Input : TOutputPipeStream |
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.
|
Stream connected to standard output of the process. |
|
|
Stream connected to standard diagnostic output of the process. |
|
|
Options to be used when starting the process. |
|
|
Options to be used when a process is started. |