System.Classes.TTextWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTTextWriter

Delphi

TTextWriter = class

C++

class PASCALIMPLEMENTATION TTextWriter : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

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