Page 1 of 1

Reload image?

Posted: Sat Jun 27, 2026 5:29 pm
by whisper1980
In FMX with TRichViewEdit on Android and iOS, my images are stored in a database and pulled during the OnImportPicture event (I use what I call linked images... only the URL identifying how to pull the image is saved in the TRichViewEdit's RTF). I allow a user to double click an image and edit it by adding arrows, circles, etc to focus a problem area in the photo. Is there a quick an easy way to refresh the image once I save it back to the database without having to reload the TRichViewEdit? I don't necessarily want to save everything prior to editing the image just to have to reload it to invoke the OnImportPicture event. I thought maybe there might be a better way.