Hello! Tell me, please, is it possible to upload an animated image on a form in Delphi, that is, a finished image in .gif format?

  • Standard means - it is impossible. - Salivan

2 answers 2

Standard components are not allowed.

Here is an article about this. Animation GIF in Delphi

  • possible through the components Jedi - Timenzzo
  • If you looked at the link, you would understand that it was already advised :) - vdk company

GIF support has appeared since Delphi 2007, in the Uses section it’s enough to add GifImg and TImage will display the animation. For older versions of Delphi you need to download TGIFImage .