Vcl.Imaging.GIFImg.TGIFFrame.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 TGIFFrame

Description

Deletes the bitmap.

FreeBitmap is a protected method used to destroy the bitmap and free its associated memory.

See Also