System.Classes.TStringStream

From RAD Studio API Documentation
Jump to: navigation, search

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


Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.Classes.TStringStream&oldid=624400"