I've been looking around but haven't found anything specific...
I built a resoruce file containing about 100 small png images, and I load them randomly all over the app. I then have OnClick event on every TImage component, where I do get the Sender's name (Image1, Image2 etc..) but don't know how could I get the name of an indentifier, which is currently loaded in the sender (TImage) from the resource...
Is this even possible, or would I need to store kind of a stringlist or a database containing info about which resource is used for every picture...?
The GetNamePath retrieves nothing...
Thanks