RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IVarStreamable.StreamOut Method

Writes the value of the Variant to a stream.

Pascal
procedure StreamOut(const Source: TVarData; const Stream: TStream);
C++
__fastcall StreamOut(const TVarData Source, const TStream Stream);

StreamIn writes the value from a TVarData value to a specified stream. 

Source is the TVarData that stores the data for the Variant that needs to write its value. 

Stream is a stream to which StreamOut writes the value stored in Source. 

 

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