Vcl.Imaging.GIFImg.GIFImageDefaultAnimate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultAnimate: boolean = False;

C++

extern DELPHI_PACKAGE bool GIFImageDefaultAnimate;

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 value for the Animate property of a newly created TGIFImage object.

Change the value of GIFImageDefaultAnimate to specify the value assigned to the Animate property of a newly created TGIFImage object.

See Also