This property sets the length of time a single page of a multi-page GIF image is displayed

[C++Builder]   imagekitcontrolname->FileIO->GifAnimeDelay[ = short ]
[Delphi]   imagekitcontrolname.FileIO.GifAnimeDelay[ = Smallint ]

Property Value

The length of time after one page of a multi-page GIF image has been displayed and before the next page is displayed. (1/100 second units). The default value is 0.

Explanation

The GifAnimeDelay property sets the length of time a single page of a mult-page GIF image is displayed.

Set this property when saving an image in a muti-page GIF file. This property is only enabled if the GifAnime property is True.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation