RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOBlobStream.Destroy Destructor

Destroys an instance of TADOBlobStream.

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

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TADOBlobStream reference is not nil before calling Destroy. 

Destroy a TADOBlobStream object when it is no longer needed to store or write data. Destroy calls Clear to free the memory buffer before calling the inherited destructor. 

Destroy performs the following tasks: 

Sets the field's data. 

Changes the field object's Modified property to true. 

Triggers a field change event in the field's dataset object. 

Calls the inherited destructor. 

 

Create_d 

Free 

Modified

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