API: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 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.