System.Classes.TStreamAdapter.Stream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stream: TStream read FStream;

C++

__property TStream* Stream = {read=FStream};

Properties

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

Description

Identifies the associated TStream object that TStreamAdapter uses to implement the IStream interface.

Read Stream to directly access the TStream object that the stream adapter represents. This object is associated with the TStream object in the TStreamAdapter constructor.

See Also