I speak very little English language, for my questions used a translator, this is my first time in the forum:
1. - How can I do that the Component RichViewEdit or RichView cannot be edited? what I need to make is that these components cannot copy (CTRL+C) their contents (text) and then paste for example in a Block of notes with CTRL+V.
2. - I have saved with Microsoft Word a File that contained Text with superimposed graphics (behind the text) in format RTF, but when recovering with:
Code: Select all
RichViewEdit1.InsertRTFFromFileEd ('D:\MyFile.rtf')
All good one, but the RichViewEdit recovers that file very different to my RTF, that is to say, the RichViewEdit shows me the RTF with a text adjustment Up and Below (of Microsoft Word) in the graph, that is to say text (up) - I draw (below) - text (a lot plus below) and not superimposed, however, I had prepared it behind the text (the superimposed graph). Why doesn't RichViewEdit recover the such RTF and like it is with the text above the graph?
3. - I have tried to load a RTF with RichView after applying the RVStyle, this way:
Code: Select all
RichView1.LoadRTF ('D:\MyFile.rtf')
But I cannot load the File with this function. How do I load (do I recover) a RTF with RichView?
Thanks