Vcl.Imaging.GIFImg.TCustomGIFRenderer.SetLoopMax

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLoopMax(Value: integer);

C++

void __fastcall SetLoopMax(int Value);

Properties

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

Description

Sets the value of the LoopMax property.

Call SetLoopMax to set the LoopMax property to the value specified through the Value argument.

See Also