I use delphi 2010 RichView 12
i am trying to load an RTF file to TrichViewEdit
rve.LoadRTF('c:\123.rtf') returns True
but no text added to the RichView.
any ideas?
Load Rtf File into RichView
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Call rve.Format after LoadRTF.
More info in these overview topics:
http://www.trichview.com/help/building_ ... ument.html
http://www.trichview.com/help/viewer_vs_editor.html
More info in these overview topics:
http://www.trichview.com/help/building_ ... ument.html
http://www.trichview.com/help/viewer_vs_editor.html