Vcl.Imaging.GIFImg.TGIFImage.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animate: boolean read FAnimate write SetAnimate;

C++

__property bool Animate = {read=FAnimate, write=SetAnimate, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Specifies whether the GIF should be animated.

The Animate property specifies whether the GIF stored in the TGIFImage instance should be animated when displayed.

See Also