Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartAnimation; virtual;

C++

virtual void __fastcall StartAnimation();

Properties

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

Description

Starts rendering the animated GIF.

Call StartAnimation to start rendering the animation corresponding to the GIF stored in the Image property.

To pause rendering the GIF animation, call the HaltAnimation method. To entirely stop rendering the GIF animation, call the StopAnimation method.

See Also