Vcl.Imaging.jpeg.TJPEGData.Destroy

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJPEGData(void);

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGData

Description

Destroys an instance of a jpeg data object.

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.

See Also