RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamWriter.BaseStream Property

Returns stream.

Pascal
property BaseStream: TStream;
C++
__property TStream BaseStream;

BaseStream returns the underlying TStream being written. 

This property is functionally identical to the Microsoft .NET property StreamWriter.BaseStream

 

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