Vcl.Imaging.GIFImg.TGIFImage.AnimateLoop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AnimateLoop: TGIFAnimationLoop read FAnimateLoop write SetAnimateLoop;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage


Beschreibung

Gibt an, ob die GIF-Animation in einer Schleife ausgeführt werden soll.

Die Eigenschaft AnimateLoop gibt an, ob die Animation des GIF, das in der Instanz TGIFImage gespeichert ist, in einer Schleife ausgeführt werden soll.

Hinweis: Das Ändern der Eigenschaft AnimateLoop ist nur wirksam, wenn die Eigenschaft Animate auf True gesetzt ist.

Siehe auch