Vcl.Imaging.GIFImg.TGIFImage.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Resets the contents of the TGIFImage instance.

Call Clear to reset the contents of the TGIFImage instance. To achieve this, Clear calls the InternalClear internal method.

Among other effects, calling Clear removes all the images from the list of GIF images stored in the TGIFImage instance.

See Also