[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set stream position.
Source position: objects.pp line 295
procedure TStream.Seek( |
Pos: LongInt |
); virtual; |
Seek sets the position to Pos. This position is counted from the beginning, and is zero based. (i.e. seeek(0) sets the position pointer on the first byte of the stream)
For an example, see TDosStream.Seek.
If Pos is larger than the stream size, Status is set to StSeekError.
|
Return current position in the stream |
|
|
Return the size of the stream. |