RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate Class

TAnimate is an animation control.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!