Nov 28th 2016 #1 Is it possible to simple set the embeddedText of a TWPTextObj to a RTF or WPT Text?with plainText it works fine with Code WPTextObj.EmbeddedText := 'Test'; but for WPT or RTF it doesn't work.
Dec 3rd 2016 #2 You cannot load RTF there. But you can select the object and insert the RTF text using LoadFromString. Thats what mailmerge does.