RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate Class

TAnimate is an animation control.

Pascal
TAnimate = class(TWinControl);
C++
class TAnimate : public TWinControl;

ComCtrls

A TAnimate control displays an animation clip, consisting of a series of image frames. The control can load an animation from a file, a resource, or a set of standard animations. To specify an animation, set the FileName, CommonAVI, ResName, or ResID properties. At design time, you can browse through the frames of the animation using the context menu. 

 

TImage 

TMediaPlayer 

Working with Multimedia 

Animation Control 

Graphic Controls

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!