Size
read/write property Returns the size of the stream or resizes it.
The size is in bytes.
Syntax:
variable = object.Size
object.Size = newSize
Remarks:
When read the property returns the total size of the stream in
bytes. Writing the property allows the application to truncate or
enlarge the stream.
Applies to: SFStream object
|