TAdvRichEditor : addImage from URL

Hi, I can't find the correct method for inserting an image from an URL like 'https://site.com/myPicture.png' in a TAdvRichEditor.
I'm using TAdvRichEditor.addImage method but it doesn't work.

Thank you for your help...

At this moment there isn't a method for this as this implies it would need to download the image over HTTP(s).
You could use the TWebCopy component to download this image and then insert the downloaded image as file.

Ok, I understand.
Thank you very much for your reply!