Vcl.ComCtrls.TAnimate

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTAnimate

Delphi

TAnimate = class(TWinControl)

C++

class PASCALIMPLEMENTATION TAnimate : public Vcl::Controls::TWinControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TAnimate is an animation control.

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.

See Also