Vcl.Imaging.GIFImg.TGIFImage.InternalClear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalClear;

C++

void __fastcall InternalClear();

Properties

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

Description

Resets the contents of the TGIFImage instance.

InternalClear is an internal method that resets the values stored inside the TGIFImage instance, including the list of GIF images.

See Also