EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyBlobStream.Destroy
TEasyBlobStream
Top 

Destroys an instance of TEasyBlobStream.

destructor Destroy; override;

Description
Do not call Destroy directly in an application. Instead call Free. Free verifies that the TEasyBlobStream object is not nil and only then calls Destroy. Destroy the TEasyBlobStream object when it is no longer needed for reading from or writing to the BLOB field.

Destroy triggers an OnDataChange event if the BLOB stream was used to overwrite or modify the data in the field. Destroy then frees any buffers that were allocated to handle the data.

Note: A TEasyBlobStream object should always be destroyed before navigating to a new record. Create a new instance of TEasyBlobStream for the new record.


© AidAim Software EasyTable: Easytable Single-file Embedded Database Bde Replacement Delphi C\+\+builde