[Overview][Constants][Classes][Procedures and functions] Reference for unit 'Pipes' (#fcl)

Reference for unit 'Pipes': Classes

ENoReadPipe

  

Exception raised when a write operation is attempted on a write-only pipe.

ENoWritePipe

  

Exception raised when a read operation is attempted on a read-only pipe.

EPipeCreation

  

Exception raised when an error occurred during the creation of a pipe pair.

EPipeError

  

Exception raised when an invalid operation is performed on a pipe stream.

EPipeSeek

  

Exception raised when an invalid seek operation is attempted on a pipe.

TInputPipeStream

  

TStreamdescendent which wraps the read end of a pipe.

TOutputPipeStream

  

TStreamdescendent which wraps the write end of a pipe.