[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The current position in the stream.
Source position: classesh.inc line 975
public property TStream.Position : Int64 |
Position can be read to determine the current position in the stream. It can be written to set the (absolute) position in the stream. The position is zero-based, so to set the position at the beginning of the stream, the position must be set to zero.
Remark: | Not all TStream descendants support setting the position in the stream, so this should be used with care. |
Some descendants may raise an EStreamError exception if they do not support setting the stream position.
|
The current size of the stream. |
|
|
Sets the current position in the stream |