Page 1 of 1

how the SRichViewEdit load txt

Posted: Wed Apr 20, 2011 10:37 am
by 376408384
if I don't use the Standard Action
how to load txt

SRichViewEdit just has LoadRVF() & LoadRVFFromStream() :D

Posted: Wed Apr 20, 2011 4:04 pm
by Sergey Tkachenko

Code: Select all

SRichViewEdit1.Clear;
SRichViewEdit1.RichViewEdit.LoadText(...);
SRichViewEdit1.Format;