RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLBlobStream.Destroy Destructor

Frees an instance of TSQLBlobStream.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TSQLBlobStream();

Do not call Destroy directly in an application. Instead call Free. Free verifies that the TBlobStream object is not nil and only then calls Destroy. 

Destroy the TSQLBlobStream object by calling Free when it is no longer needed for reading from the BLOB field. BLOB streams should be destroyed when the dataset changes the current record. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!