IBX.IBCustomDataSet.TIBDSBlobStream.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBDSBlobStream();

Properties

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

Description

Frees the instance of TIBDSBlobStream.

Destroy frees the blob stream object and writes the BLOB value to the underlying TBlobField object.

Do not explicitly destroy the instance of TIBDSBlobStream that you obtain by calling a dataset's CreateBlobStream method. The Dataset retains ownership of this stream and is responsible for freeing it.

When working with a Blob stream that you explicitly create and destroy, use the TIBBlobStream class instead.