RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStream.Size Property

Indicates the size in bytes of the stream.

Pascal
property Size: Int64;
C++
__property Int64 Size;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!