[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set the stream position
Source position: classesh.inc line 959
public function TStreamAdapter.Seek( |
dlibMove: Largeint; |
dwOrigin: LongInt; |
out libNewPosition: Largeint |
):HRESULT; virtual; |
Seek implements 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.
IStream.Seek |
lazarus-ccr.sourceforge.net |