[Overview][Constants][Classes][Procedures and functions] |
Sets the position in the stream
Source position: pipes.pp line 42
public function TOutputPipeStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Offset |
|
Offset, in bytes, starting at Origin |
Origin |
|
Where to start counting Offsetbytes. |
New position of the stream.
Seekis overridden in TOutputPipeStream. Calling this method will always raise an exception: an output pipe is not seekable.
An EPipeSeekexception is raised if this method is called.