Vcl.Imaging.GIFImg.TGIFImage.AnimateLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateLoop: TGIFAnimationLoop read FAnimateLoop write SetAnimateLoop;

C++

__property TGIFAnimationLoop AnimateLoop = {read=FAnimateLoop, write=SetAnimateLoop, nodefault};

Properties

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

Description

Specifies whether the GIF animation should loop.

The AnimateLoop property specifies whether the animation of the GIF stored in the TGIFImage instance should loop.

Note: Changing the AnimateLoop property only has effect if the Animate property is set to True.

See Also