RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TJPEGData.Destroy Destructor

Destroys of an instance of a jpeg data object.

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

The jpeg data object is automatically destroyed by the jpeg image object that uses it. It is not necessary to call Destroy or to directly access the jpeg data object.  

The Destroy method of a jpeg data object handles the freeing of the data. 

 

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