Hi,
Can I load a GIF image in the cxImage component? When I load the image in the Picture property the IDE stop running. Before I try to use the TImage to load the Gif with the next code:
(Image1.Picture.Graphic as TGIFImage).Animate := True;
But in my GIFImage.pas doesn't exist the "Animate" property. Then I want to know if the cxImage or other component from DevExpress Can achieve this goal!
Regards,