TAdvRichEditorRTFIO.SaveToStream ?

Hi,


I see that there is a method TAdvRichEditorRTFIO.Save() which saves to file, but is there a way to save to stream, and not need to create a file on disk ?

Very best regards,

Olivier

There is an overload of the Save() method that takes a TStream as parameter.

Thank you very much.