RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringWriter Class

Writer for a string.

Pascal
TStringWriter = class(TTextWriter);
C++
class TStringWriter : public TTextWriter;

TStringWriter implements a TTextWriter that writes to a string. The string being written is built using a TStringBuilder instance. 

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!