Unit implementing pipe streams.
uses
System,
sysutils,
Classes;
The Pipes unit implements streams that are wrappers around the OS's pipe functionality. It creates a pair of streams, and what is written to one stream can be read from another.