Hi,
I want to save all the images that are in: "ImageEnMView1" under the extension '.png' and '.bmp' in the hard drive. The following code does not work.
What is the error in this code please?
if SaveImageEnDialog_PNG.Execute then begin
ImageEnMView1.MIO.SaveToFile(SaveImageEnDialog_PNG.FileName + '.png');
end;
Hello