Vcl.Imaging.GIFImg.GIFImageDefaultAnimationSpeed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultAnimationSpeed: integer = 100;

C++

extern DELPHI_PACKAGE int GIFImageDefaultAnimationSpeed;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Specifies the default value for the AnimationSpeed property of a newly created TGIFImage object.

Change the value of GIFImageDefaultAnimationSpeed to specify the value assigned to the AnimationSpeed property of a newly created TGIFImage object.

The value of GIFImageDefaultAnimationSpeed must be given in percents of the normal speed, in the range from 0 through 1000.

See Also