RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamAdapter.Stream Property

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

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

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. 

 

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