API:System.Classes.TStringWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TTextWriterSystem.TObjectTStringWriter

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.

System.Classes.TStringWriter inherits from System.Classes.TTextWriter. All content below this line refers to System.Classes.TTextWriter.

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