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.
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.