Skip to content

THandleStream.Seek

Overrides the Seek method.

Declaration

Source position: classesh.inc line 1175

public 
  function Seek(const Offset: Int64; Origin: TSeekOrigin) : Int64
               ;  Override;

Description

seek uses the FileSeek method to position the stream on the desired position. Note that handle stream descendants (notably pipes) can override the method to prevent the seek.