TAdvRichEditor

Please implement a PasteHTML method in TAdvRichEditor. This should paste the HTML format layer from the clipboard including images. So when the user copies a selected part from a web page this would be pasted in AdvRichEditor, including images, links etc.

There will be initial HTML clipboard support in the next update.

Images are typically pasted in HTML clipboard as just <IMG> tags with a hyperlink to the image resource. To paste this into the TAdvRichEditor would require a download. We'll look to offer an option to do this in the future.