API:Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation
Delphi
procedure StartAnimation; override;
C++
virtual void __fastcall StartAnimation(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFRenderer |
Description
Starts rendering the animated GIF.
Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation inherits from Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation. All content below this line refers to Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation.
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.