Vcl.Imaging.GIFImg.GIFMaximumDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFMaximumDelay: integer = 1000;

C++

extern DELPHI_PACKAGE int GIFMaximumDelay;

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

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

See Also