|
JWSCL Documentation
|
function Seek(Offset: Longint; Origin: Word): Longint; override;
|
Parameters |
Description |
|
Offset: Longint |
The new relative position of the stream. (Depending on the Origin-parameter) |
|
Origin: Word |
Can be one of the following enumeration values *soFromBeginning: The new offset equals to the Offset-paramter *soCurrent : The new offset is the sum of the current position and the value which has been specified in the Offset-parameter *soEnd : The new offset is the sum of the stream size and the value which has been specified in the Offset parameter |
Returns the new position of the stream
Seek Sets the position of the data pointer of the stream
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|