Vcl.Imaging.jpeg.TJPEGData.FreeHandle

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure FreeHandle; override;

C++

virtual void __fastcall FreeHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGData

Description

FreeHandle frees the handle associated with the jpeg image content.

FreeHandle is used internally by the VCL. FreeHandle is called when it is required to deallocate the handle associated with the jpeg data object.

As implemented in TJPEGData, FreeHandle is simply a stub method and takes no action, as the jpeg image data does not have an internal handle.

See Also