how the SRichViewEdit load txt

General TRichView support forum. Please post your questions here
Post Reply
376408384
Posts: 20
Joined: Wed Apr 20, 2011 10:20 am

how the SRichViewEdit load txt

Post by 376408384 »

if I don't use the Standard Action
how to load txt

SRichViewEdit just has LoadRVF() & LoadRVFFromStream() :D
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Code: Select all

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