Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
ThisImageFile := MyPath + 'MyImage.png'; ImageEnView1.IO.SaveToFile(ThisImageFile); CopyFile(ThisImageFile, TargetFile);
ThisImageFile := MyPath + 'MyImage.png'; try ImageEnView1.IO.SaveToFile(ThisImageFile); CopyFile(ThisImageFile, TargetFile); except ShowMessage('Could not save ' + ThisImageFile ); end;