IBX.IBBlob.TIBBlobStream.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream);

C++

void __fastcall SaveToStream(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Saves the contents of the BLOB field to a 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.