Yes you are right, every item in TImageEnMView will be image.
What I want to do is allow user to drag an Image from TImageEnMView and drop it on TImageEnVect.
In TImageEnVect user will have create multiple ImageObjects (miPutBitmap) interactively.
Now the user want facility to drag an Image thumbnail from TImageEnMView to TImageEnVect and drop it on an ImageObject.
I want to detect as to on which ImageObject did the user drop the image thumbnail from TImageEnMView and load the image in that particular ImageObject.
You may download a demo here which shows one way to accomplish dragging an image from TImageEnMView to a selected bitmap object in TImageEnVect. attach/w2m/20161110102751_DragImageVectorial.zip 60.14 KB 1. Open- Open an image. 2. Create- Create a Bitmap object 3. Select- Select the object 4. Drag the image thumbnail to the selected object.