Vcl.Imaging.GIFImg.GIFDefaultDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFDefaultDelay: integer = 10;

C++

extern DELPHI_PACKAGE int GIFDefaultDelay;

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 GIF animation delay.

Change the value of GIFDefaultDelay to specify the default GIF animation delay. The value of GIFDefaultDelay must be given in centiseconds.

Note: The default value for GIFDefaultDelay is used if no graphic control extension is defined.

See Also