Reputation: 573
How do I use the animate box that you find in win32 tab in Delphi 7. I have searched the internet but all I found was how to animate your form. The help is appreciated.
Upvotes: 0
Views: 2019
Reputation: 4776
If you mean TAnimate
, you load an AVI file into it, and set the Active
property to True
. Or you can use build it animations like "copy", "find", etc.
Upvotes: 1