Vcl.Imaging.GIFImg.TGIFRenderer.HaltAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HaltAnimation; override;

C++

virtual void __fastcall HaltAnimation(void);

Properties

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

Description

Pauses rendering the animated GIF.

Call the HaltAnimation method to pause rendering the animation of the GIF object and stop the animation timer.

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

See Also