API:System.Classes.TStringWriter

From RAD Studio API Documentation

TStringWriterSystem.Classes.TTextWriterSystem.TObject

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 of sequence of characters. {{#multireplace:System.Classes.TStringWriter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TTextWriter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TTextWriter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Writer of sequence of characters.

TTextWriter is a writer than can write a sequence of characters. This is an abstract class.

This class is functionally identical to the Microsoft .NET class TextWriter.

See Also