TSRichViewEdit.AnimationMode

<< Click to display table of contents >>

TSRichViewEdit.AnimationMode

Specifies when an animation of images starts.

property AnimationMode: TRVAnimationMode;

Animation is played in ActiveEditor. Animation in other editors is disabled.

To enable gif animation, include in your project:

RVGifAnimate.pas (animation using the Anders Melander's TGifImage, for Delphi 4-2006);

RVGifAnimate2007.pas (animation using VCL's TGifImage, for Delphi 2007 or newer);

RVJvGifAnimate.pas (animation using the JVCL's TJvGifImage).

Default value:

rvaniOnFormat (animation is started automatically)