Vcl.Imaging.GIFImg.TCustomGIFRenderer.Animating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animating: boolean read FAnimating;

C++

__property bool Animating = {read=FAnimating, nodefault};

Properties

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

Description

Specifies whether a GIF animation is currently rendered.

Animating is a read-only property that specifies whether a GIF animation is currently rendered.

A call to the StartAnimation method sets the value of Animating to True. Also, a call to the StopAnimation method sets the value of Animating to False.

See Also