edit.text > RichEditor

General TRichView support forum. Please post your questions here
Post Reply
chorao157
Posts: 4
Joined: Wed May 18, 2016 6:27 pm

edit.text > RichEditor

Post by chorao157 »

I try put this code, but nothing happens

RichViewEdit1.AddNL(edit1.Text,0,1);
chorao157
Posts: 4
Joined: Wed May 18, 2016 6:27 pm

Post by chorao157 »

Forgot the put .Format at the end... Now All works

Code: Select all

RichViewEdit1.Format;
Post Reply