Vcl.Imaging.GIFImg.TGIFRenderer.AnimationTimerEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AnimationTimerEvent(Sender: TObject);

C++

void __fastcall AnimationTimerEvent(System::TObject* Sender);

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 and moves to the next frame.

AnimationTimerEvent is called to stop the animation timer and to move to the next frame.

See Also