RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream.SaveToStream Method

Saves the contents of the BLOB field to a stream.

Pascal
procedure SaveToStream(Stream: TStream);
C++
__fastcall SaveToStream(TStream Stream);

Use SaveToStream to copy the contents of a Blob field to a stream. Specify the name of the stream to which the field's value is saved as the value of the Stream parameter. 

 

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