I’m developping a mobile application using C++ Builder. I wanted to change the Bitmap of a FireMonkey TImage using the function LoadFromFile():
MyImage->Bitmap->LoadFromFile(“My Image location”);
I added the pictures to the project but I can’t find the location of my Bitmap files. Does it exist a function or a parameter to find the location of these files?