When setting ImageEnMView1.PlayLoop = False and then saving to a GIF file with:
ImageEnMView1.MIO.SaveToFileGIF(FileSaveDialogGIF.FileName);
...and then playing the saved GIF file in a viewer like IrfanView or XnView, it is always played in a loop!
How can I set the flag in the GIF file NOT to play the loop?
I could not find how to do this in the documentation.