GIFImg.TGIFImage.AnimateLoop
From RAD Studio VCL Reference
Delphi Information
From GIFImg.pas
property AnimateLoop: TGIFAnimationLoop read FAnimateLoop write SetAnimateLoop;
Unit: GIFImg
Type: property
Visibility: public
Member Of: 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.