GIFImg.GIFImageRenderOnLoad
From RAD Studio VCL Reference
Delphi Information
From GIFImg.pas
GIFImageRenderOnLoad: Boolean
Unit: GIFImg
Type: variable
Visibility: public
Description
Specifies whether to render the GIF frames as they are loaded, instead of rendering them on demand.
Change the value of GIFImageRenderOnLoad to specify whether to render (convert to bitmap) the GIF frames as they are loaded, instead of rendering them on demand. This operation might increase resource consumption and increases load time, but causes animated GIFs to display more smoothly.