[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'types' (#rtl)

IStream.Seek

Set the stream position

Declaration

Source position: types.pp line 270

function IStream.Seek(

  dlibMove: Largeint;

  dwOrigin: LongInt;

  out libNewPosition: Largeint

):HResult;

Description

Seek sets the stream position at dlibMove bytes from dwOrigin (one of the SEEK_* constants) and returns the new absolute position in libNewPosition. The function returns zero on success, or an error code.

Errors

On error, a nonzero exit code is returned.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.