Vcl.Imaging.GIFImg.TGIFImage.FreeBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeBitmap;

C++

void __fastcall FreeBitmap();

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Removes the bitmap from memory.

FreeBitmap is an internal method that deallocates the bitmap stored inside the TGIFImage instance.

See Also