Vcl.Imaging.GIFImg.GIFImageDefaultAnimationLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultAnimationLoop: TGIFAnimationLoop = glEnabled;

C++

extern DELPHI_PACKAGE TGIFAnimationLoop GIFImageDefaultAnimationLoop;

Properties

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

Description

Specifies the default value for the AnimateLoop property of a newly created TGIFImage object.

Change the value of GIFImageDefaultAnimationLoop to specify the value assigned to the AnimateLoop property of a newly created TGIFImage object.

The implicit value of GIFImageDefaultAnimationLoop is glEnabled.

See Also