Vcl.Imaging.GIFImg.TGIFImage.Pack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Pack;

C++

void __fastcall Pack();

Properties

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

Description

Clears the bitmaps associated with the GIF images, together with their color maps.

Call Pack to clear the bitmaps associated with each GIF image stored inside the TGIFImage instance, together with their corresponding color maps.

See Also