API:System.Classes.TStreamWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TTextWriterSystem.TObjectTStreamWriter

Delphi

TStreamWriter = class(TTextWriter)

C++

class PASCALIMPLEMENTATION TStreamWriter : 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.TStreamWriter 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