My problem is .RTE format. It is absolutely not clear what kind of .rte format is used by TMS. Where can I read more about it? The next thing is that LoadFromFile method does not read neither .rte nor .rtf files. What is the solution? I used last TMSFMXRichEditor. What I really need is to read .rte (which is actually encoded .rtf file). How to get there?
.RTE is the internal format used by TTMSFMXRichEditor. This is a proprietary format. LoadFromFile() loads from .RTE format, SaveToFile() saves to .RTE format.
At this time, TTMSFMXRichEditor can export to .RTF. We are still working on .RTF import.
OK, I managed to read and write, I just did not know that this is TMS proprietary format. Any restrictions on its use?
Best, Peter
There are no restrictions. It persists everything that can be done in TTMSFMXRichEditor and can be used from the VCL TAdvRichEditor as well.