RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamReader.BaseStream Property

Returns stream.

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

BaseStream returns the underlying TStream being read. 

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

 

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