Unit 'Pipes' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#fcl]

Reference for unit 'Pipes'

Unit implementing pipe streams.

uses

  System,

  sysutils,

  Classes;

Overview

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.


Documentation generated on: Jul 24 2023