Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSmartImage.AnimationLoop Property

Specifies the animation sequence playback mode for the stored animated image.

#Declaration

Delphi
property AnimationLoop: TdxDefaultBoolean read; write; default bTrue;

#Property Value

Type Default
TdxDefaultBoolean bTrue

#Remarks

Options include:

Value Meaning
bDefault The multiple-run animation mode. In this case, the AnimationLoopCount property value determines the number of times the stored image’s animation sequence is played. In order to track and/or reset the overall animation playback progress, you can use the AnimationLoopIndex property.
bTrue The endless animation mode. By default, the stored image’s animation sequence is played continuously, regardless of the AnimationLoopCount property value.
bFalse The single-run animation mode. As the name suggests, the started animation sequence is played only once.

The default value of the AnimationLoop property is bTrue.

See Also