How to use TAnimate in Delphi

0

Hello, I'm trying to use the TAnimate tool, but it does not have any animation in it, where I researched it says it already comes with the tool. Can you tell me if you have to declare something together? or where can I get these animations? Do they consume too much Thread only system too? or does it use an independent one the program runs on?

    
asked by anonymous 23.09.2016 / 13:42

1 answer

1

Friend,

I use the TRxGIFAnimator of the RxLib package ( link ) where it is free .... For this you will need an animated gif (there is a lot in the intet). Just load the gif and to start the animation give a True in the Animate property ...

    
05.10.2016 / 19:59