[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set the stream position
Source position: classesh.inc line 1054
public function TStreamAdapter.Seek( |
dlibMove: Largeint; |
dwOrigin: LongInt; |
out libNewPosition: Largeint |
):HRESULT; virtual; |
Seek implements #rtl.types.IStream.Seek by setting the position of the stream specified at creation.
This function must be overridden and will raise a runerror 217 when called directly.
|
Set the stream position |