Destroy this instance of the input pipe stream.
Source position: pipes.pp line 45
public destructor TInputPipeStream.Destroy; override; |
Destroy overrides the destructor to close the pipe handle, prior to calling the inherited destructor.
TInputPipeStream.Create |