System.Classes.TBinaryWriter.BaseStream

From RAD Studio API Documentation
Revision as of 00:59, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property BaseStream: TStream read GetBaseStream;

C++

__property TStream* BaseStream = {read=GetBaseStream};

Properties

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

Description

Specifies the base stream of TBinaryWriter. The BaseStream read-only property specifies the stream to which TBinaryWriter writes.

See Also