Accessing Photo File
问题 I use the standard TTakePhotoFromCameraAction in my application in order to take a photo. What I would like to do, is when the user closes the application and then open it again, the last taken photo to be uploaded. I know how to use SharedPreference in delphi, but I don't know what is the filename & path of the photo it self! Any clues? 回答1: The TTakePhotoFromCameraAction.OnDidFinishTaking event gives you a Bitmap of the taken photo. It is then your responsibility to save it where and how