TStream.Size

The current size of the stream.

Declaration

Source position: classesh.inc line 1129

public Property
  Size : Int64;

Description

Size can be read to determine the stream size or to set the stream size.

Remark

Not all descendants of TStream support getting or setting the stream size; they may raise an exception if the Size property is read or set. !!!

See also

Name Description
Int64 64-bit, signed integer
TStream.Position The current position in the stream.
TStream.Seek Sets the current position in the stream