Vcl.Imaging.GIFImg.TCustomGIFRenderer.LoopMax

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LoopMax: integer read FLoopMax;

C++

__property int LoopMax = {read=FLoopMax, nodefault};

Properties

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

Description

Specifies the maximum number of loops when rendering an animated GIF.

LoopMax is a read-only property that specifies the maximum allowed number of loops, when rendering a looping GIF animation.

The index of the currently rendered loop is stored in the LoopCount property.

See Also