[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set the stream position
Source position: classesh.inc line 1066
public function TStreamAdapter.Seek( |
dlibMove: LargeUint; |
dwOrigin: LongInt; |
out libNewPosition: LargeUint |
):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 |