TAdvRichEditorHTMLIO.InsertHTML overwrites the clipboard

Hello,
I recently noticed a weird issue in which when accessing a certain form in my program the clipboard would have been overwritten. Since the new clipboard contained a very specific text afterwards it was easy to identify the culprit:

TAdvRichEditorHTMLIO.InsertHTML utilizes the clipboard to perform its function, which is a big problem in its current form since afterwards the converted html-text is the new clipboard-content, which leads to unwelcome surprises when pasting afterwards.

I am of the opinion that this is a general problem but I would also be thankful for a workaround since I am loathe to tinker around with that function to prevent this issue from occuring.

That is indeed not desirable.
We reworked it to avoid clipboard usage in this case.
Next update will address this.