| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Set current position in file.
Source position: objects.pp line 348
| procedure TBufStream.Seek( | 
| Pos: LongInt | 
| ); virtual; | 
If the stream's status is stOK, then Seek sets the file position to Pos. Pos is 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 |