Vcl.Imaging.jpeg.TJPEGImage.FreeBitmap

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure FreeBitmap;

C++

void __fastcall FreeBitmap(void);

Properties

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

Description

Frees the internal bitmap representation of the jpeg image.

FreeBitmap is used internally by the TJPEGImage when it needs to update the internal bitmap. A call to FreeBitmap makes all references to the old bitmap to become invalid. Any references to the internal bitmap held prior to this call are now invalid.

See Also