RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringStream Methods

The methods of the TStringStream class are listed here.

 
Name 
Description 
 
This is SetSize, a member of class TStringStream. 
 
Name 
Description 
 
Read 
Reads up to Count bytes from the string stream into Buffer, and advances the current position of the stream by the number of bytes read. 
 
Returns a string that consists of up to Count bytes from the current position in the string stream, and advances the current position of the stream by the number of bytes read. 
 
Seek 
Moves the current position in the stream by Offset bytes, relative to a specified origin. 
 
Write writes Count bytes from Buffer to the current position in the string stream and updates the current position by Count bytes. 
 
Concatenates a specified string to the current position in the string stream, and updates the current position accordingly. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!