Add method to convert RTF to TEXT like we can do in the TTMSFMXRichEditorBase class.
A similar method exists :
procedure TTMSFMXRichEditorBase.SaveToText(AFileName: string; Encoding: TEncoding);
But it need to create a visual component, so a non visual procedure to convert RTF to text would be better !
Why ? To display RTF content from database (TRichEdit is a native VCL compoent) on full text visual components...