RTF RichText editor and linked images?

Does the FNC RTF RichText editor support the concept of linked images, where the image is not embedded in the RTF but instead can contain something like a URL for which I can parse out and pull the image from a database and display in the editor as if it was embedded? This is something I've seen and which I've made use of in other RTF and HTML editors (yet their RTF editor was not available for FMX).

If not, I'd love it if you could maybe think about adding that as a new feature in a future release.

At this moment such concept does not exist but it is an interesting suggestion.
We've added this on the list for consideration.

What you could do though, is insert a graphic element (FNCRichEditor.InsertGraphic) and then custom draw that element via event handler OnDrawGraphic()