RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.LoadFromStream Method

Loads the value of a BLOB parameter from a stream.

Pascal
procedure LoadFromStream(Stream: TStream; BlobType: TBlobType);
C++
__fastcall LoadFromStream(TStream Stream, TBlobType BlobType);

Use LoadFromStream to set the value of a BLOB parameter from a value read from the stream specified by the Stream parameter. For example, use LoadFromStream to set the value of a BLOB parameter directly from a BLOB stream. The DataType property is set to the value passed as the BlobType parameter. 

 

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