System.Classes.TStringStream
Delphi
TStringStream = class(TBytesStream)
C++
class PASCALIMPLEMENTATION TStringStream : public TBytesStream
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TStringStream provides file-like access to information stored as a long string.
Use TStringStream to store data as a long string enhanced with I/O capabilities. TStringStream is useful as an intermediary object that can hold text as well as read it from or write it to another storage medium. TStringStream provides a mechanism for manipulating text that is obtained from a less accessible medium.
See Also
Code Examples