System.Classes.TStringStream Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
BytespublicSpecifies the stored data.
CapacityprotectedSpecifies the buffer size allocated for the memory stream.
DataStringpublicProvides direct access to the string that stores the text represented by the TStringStream object.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EncodingpublicRepresents the encoding used internally by the TStringStream instance to store the data.
MemorypublicProvides direct access to the memory pool allocated for the memory stream.
PositionpublicIndicates the current offset into the stream for reading and writing.
SizepublicIndicates the size in bytes of the stream.