if I don't use the Standard Action
how to load txt
SRichViewEdit just has LoadRVF() & LoadRVFFromStream()
how the SRichViewEdit load txt
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Code: Select all
SRichViewEdit1.Clear;
SRichViewEdit1.RichViewEdit.LoadText(...);
SRichViewEdit1.Format;