Vcl.Imaging.GIFImg.TCustomGIFRenderer.SetAnimate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAnimate(const Value: boolean); virtual;

C++

virtual void __fastcall SetAnimate(const bool 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 Animate property.

Call SetAnimate to set the Animate property to the value specified through the Value argument.

See Also