[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Set current position in file.
Source position: objects.pp line 349
procedure TBufStream.Seek( |
Pos: LongInt |
); virtual; |
If the stream's status is stOK, then Seeksets the file position to Pos. Posis a zero-based offset, counted from the beginning of the file.
For an example, see TStream.Seek;
In case an error occurs, the stream's status is set to stSeekError, and the OS error code is stored in ErrorInfo.
|
Set stream position. |
|
|
Return current position in the stream |