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

TStreamAdapter.Seek

Set the stream position

Declaration

Source position: classesh.inc line 959

public function TStreamAdapter.Seek(

  dlibMove: Largeint;

  dwOrigin: LongInt;

  out libNewPosition: Largeint

):HRESULT; virtual;

Description

Seek implements 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

IStream.Seek

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