Vcl.Imaging.GIFImg.TGIFFrame.FreeImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeImage;

C++

void __fastcall FreeImage();

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 image contained by the GIF frame.

FreeImage is a protected method used to destroy an image and free its associated memory.

See Also