TStreamAdapter.Seek

Set the stream position

Declaration

Source position: classesh.inc line 1325

public 
  function Seek(dlibMove: Largeint; dwOrigin: DWORD; 
               out libNewPosition: LargeUint) : HRESULT;  Virtual;

Description

Seek implements #rtl.types.IStream.Seek by setting the position of the stream specified at creation.

Errors

This function must be overridden and will raise a runerror 217 when called directly.

See also

Name Description
#rtl.types.IStream.Seek Set the stream position