trichview.com

trichview.support




Re: rtf textbox


Return to index


Author

Message

Sergey Tkachenko

Posted: 11/06/2004 16:54:02


Place RichViewEdit1: TRichViewEdit and RVStyle1: TRVStyle on the form.

In the Object Inspector, assign RichViewEdit1.Style = RVStyle1.


The code for loading RTF file in the editor:


RichViewEdit1.Clear;

RichViewEdit1.LoadRTF(FileName);

RichViewEdit1.Format;



> Hello,

> I just ordered the component and so  i am new to it.

> I created an rtf file with a textbox but the textbox(with some text

inside)

> doesn't show up in the richview.

> i'm sure there must be a property to fix this...

> Anybody has an idea ?

>

> thanks

> Luc.

>

>





Powered by ABC Amber Outlook Express Converter