[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered after fork occurred on Linux
Source position: process.pp line 137
public property TProcess.OnForkEvent : TProcessForkEvent |
OnForkEvent is triggered after the fpForkcall in the child process. It can be used to e.g. close file descriptors and make changes to other resources before the fpexecv call. This event is not used on windows.
|
Stream connected to standard output of the process. |
|
|
Stream connected to standard input of the process. |
|
|
Stream connected to standard diagnostic output of the process. |
|
|
Close the input stream of the process |
|
|
Close the error stream of the process |
|
|
Prototype for TProcess.OnForkEvent event handler |