RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamWriter Class

Writer for characters to stream.

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

TStreamWriter is an implementation of a TTextWriter for writing characters to a stream in a designated encoding. 

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

 

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