Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimationTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartAnimationTimer(Delay: integer);

C++

void __fastcall StartAnimationTimer(int Delay);

Properties

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

Description

Starts the animation timer and sets its interval to the given value.

StartAnimationTimer is an internal method that starts the timer for a GIF animation and sets the Interval property to the value given through the Delay parameter.

See Also