Vcl.Imaging.GIFImg.GIFClearOnLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFClearOnLoop: boolean = True;

C++

extern DELPHI_PACKAGE bool GIFClearOnLoop;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Specifies whether the canvas should be cleared when a GIF animation loops.

Change the value of GIFClearOnLoop to specify whether the canvas should be cleared when a GIF animation loops.

See Also