Programming/Multi-thread
In the AltaPixShare software app, when the user drags a group of images to the target location, the following code iterates over the list of images, and for each image creates the destination file:
for i := 0 to Pred(ActiveImages.Count) do begin ...