I have a Delphi application which displays an image using a TImage.
The location of the image is stored in a database and retrieved on load and set directly using co
You can store the filename in the Hint property of Image1.
Hint
if you don't already use it. As intended or for another purpouse... I find this property pretty promiscuous :)