[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'process' (#fcl)

Reference for unit 'process'

Unit implementing the TProcess component.

uses

  System,

  Classes,

  Pipes,

  

Unit implementing pipe streams.

  sysutils,

  Math;

Overview

The Process unit contains the code for the TProcess component, a cross-platform component to start and control other programs, offering also access to standard input and output for these programs.

TProcess does not handle wildcard expansion, does not support complex pipelines as in Unix. If this behaviour is desired, the shell can be executed with the pipeline as the command it should execute.


Documentation generated on: May 14 2021