IBX.IBCustomDataSet.TIBDSBlobStream.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AField: TField; ABlobStream: TIBBlobStream;  Mode: TBlobStreamMode);

C++

__fastcall TIBDSBlobStream(Data::Db::TField* AField, Ibx::Ibblob::TIBBlobStream* ABlobStream, Data::Db::TBlobStreamMode Mode);

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDSBlobStream

Description

Resets the stream to the beginning of the Blob.

Call Create to reset the stream to the beginning of the Blob. Depending on the mode, it also truncates the Blob stream.