Where I am supposed to keep my assets i.e. images and how to set them as my Buttons background images?
Hi
Deploy them into Documents folder device and use them with :
Uses system.IOUtils;
DPFButton.BackgroundColorNormal := TPath.GetDocumentFolder + '\Test.png';
Regards
Thanks for the reply, I tried but TPath is not recognizing GetDocumentFolder???
Log in to post a comment.
Hi
Deploy them into Documents folder device and use them with :
Uses system.IOUtils;
DPFButton.BackgroundColorNormal := TPath.GetDocumentFolder + '\Test.png';
Regards
Thanks for the reply, I tried but TPath is not recognizing GetDocumentFolder???