Actually please email me for an update that handles it better.
You can then call like this:
// Show progress during fill, and handle user cancelling
procedure TForm1.IEFolderMViewProgress(Sender: TObject; per: Integer);
begin
ProgressBar1.Position := per;
if fUserCancelled then
IEFolderMView1.MIO.Aborting := True;
end;
Posted - Jul 13 2019 : 12:46:28 Hi Nigel, i have test this with the your Demo Multi\FolderMView. When i use a Device with many pictures in differend directorys, and set the Settings Inc-Subfolder, then i can not more doing everything. The program is frozen for the time where running the process. How can i aborting now the process ? This is my problem.