AutoAnimate property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool AutoAnimate

Delphi Syntax

AutoAnimate: Boolean

Overview

Refer to Playing an Animation.

Remarks

(Persistent property, available at design time) Causes an animation to begin playing as the file containing an animation is loaded.

Animation may be slower while a file is loading. An alternative for more reliable playback speed is to set the AnimationEnable property after the file is loaded.

Setting

Description

TRUE

Enables the play-while-load feature.

FALSE

Disables the play-while-load feature.

See Also

Elements:

AutoAnimationLoop property, AnimationLoop property, AnimationEnable property, OnAnimate event

Topics:

Raster Images: Playing Animated Images