System.Classes.TStringWriter
Delphi
TStringWriter = class(TTextWriter)
C++
class PASCALIMPLEMENTATION TStringWriter : public TTextWriter
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
Writer for a string.
TStringWriter implements a TTextWriter that writes to a string. The string being written is built using a TStringBuilder instance.
This class is functionally identical to the Microsoft .NET class StringWriter.
See Also