RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDSBlobStream.Destroy Destructor

Frees the instance of TIBDSBlobStream.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

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