Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRBlobStream.Destroy
TACRBlobStream
Top 

Destroys an instance of TACRBlobStream.

destructor Destroy; override;

Description
Do not call Destroy directly in an application. Instead call Free. Free verifies that the TACRBlobStream object is not nil and only then calls Destroy. Destroy the TACRBlobStream 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 TACRBlobStream object should always be destroyed before navigating to a new record. Create a new instance of TACRBlobStream for the new record.


© AidAim Software Accuracer: Benefits-bde Replacement Embedded Database For Delphi C\+\+ Builder Kyli