TStream.Size
TStream
Indicates the size in bytes of the stream.
property Size: Longint;
Description
Use Size to find the size of the stream. Size is used internally in routines that read and write to and from the stream. Setting the Size property of TStream does nothing. Some descendants of TStream override this property to allow applications to change the size of the resource accessed using the stream.
|