System.Classes.TStreamReader.BaseStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseStream: TStream read FStream;

C++

__property TStream* BaseStream = {read=FStream};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStreamReader

Description

Returns stream.

BaseStream returns the underlying TStream being read.

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

See Also

Code Examples