Pos - read/write
property Gets/sets the absolute position of the stream.
Syntax:
variable = object.Pos
object.Pos = variable
Position should be positive number - the byte index in the
stream.
Remarks:
If positioned beyond the end the stream is automatically enlarged.
The Seek method provides extended navigation tasks.
Applies to: SFStream object
See also: Seek |