|
TAnimateImage
is a windowed control for displaying images of a TImageList
on a form. You need just to assign an ImageList component
to its Images property and set the FrameIndex property to
index of the image you want to display.
Additionally,
TAnimateImage can use for animating images of a TImageList.
If you have frames of an animation as Bitmap or Icon, this
is the easiest way to animate them. For this purpose, TAnimateImage
provides some properties to specify animation's interval,
frames' segment, and direction of the animation.
|