System.Classes.TStreamWriter.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 TStreamWriter

Description

Returns stream.

BaseStream returns the underlying TStream being written.

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

See Also

Code Examples