Vcl.Imaging.GIFImg.TCustomGIFRenderer.LoopCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LoopCount: integer read FLoopCount;

C++

__property int LoopCount = {read=FLoopCount, nodefault};

Properties

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

Description

Specifies the index of the currently rendered loop, when rendering an animated GIF.

LoopCount is a read-only property that specifies the index of the currently rendered loop, when rendering a looping GIF animation.

The value of LoopCount never exceeds LoopMax, because LoopMax specifies the maximum allowed number of loops.

See Also