Vcl.Imaging.GIFImg.TGIFImage.SetAnimateLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAnimateLoop(const Value: TGIFAnimationLoop);

C++

void __fastcall SetAnimateLoop(const TGIFAnimationLoop Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Represents the setter method for the AnimateLoop property.

The SetAnimateLoop method represents the setter method for the AnimateLoop property.

See Also