|
Specifies when image animation starts.
type
TRVAnimationMode = (rvaniDisabled, rvaniManualStart, rvaniOnFormat);
property AnimationMode: TRVAnimationMode;
(introduced in version 10)
Mode
|
Meaning
|
rvaniDisabled
|
Animation is completely disabled.
If images are added/updated in this mode, they cannot be animated (even if different mode is set later).
This mode saves system resources.
|
rvaniManualStart
|
Animation starts when calling StartAnimation and stops when calling StopAnimation.
|
rvaniOnFormat
|
Animation starts when calling Format and stops when calling Clear. StartAnimation and StopAnimation work as well.
|
Default value:
rvaniManualStart
See also:
|