Vcl.Imaging.GIFImg.GIFMinimumDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFMinimumDelay: integer = 3;

C++

extern DELPHI_PACKAGE int GIFMinimumDelay;

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 minimum delay when the painter is running in the main thread.

Change the value of GIFMinimumDelay to specify the minimum delay, in centiseconds, when the painter is running in the main thread. The value of GIFMinimumDelay guarantees that a very long and slow GIF does not cause the system to slow down.

See Also