I have a RTF file that I am loading into a TRichEdit control.
Only problem that I am facing is, RTF file has Tables in it, loading the same shows table borders. But when I load the same RTF in MS Word it doesn't show any borders(Client want the same behavior).
Is there any way for not displaying borders of table while loading into TRichEdit.
I am using Delphi7.