Vcl.Imaging.GIFImg.TGIFRenderer.StopAnimationTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopAnimationTimer;

C++

void __fastcall StopAnimationTimer(void);

Properties

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

Description

Stops the animation timer for the GIF animation.

StopAnimationTimer is an internal method that stops the timer for a GIF animation.

See Also