Page 1 of 1

edit.text > RichEditor

Posted: Wed May 18, 2016 6:29 pm
by chorao157
I try put this code, but nothing happens

RichViewEdit1.AddNL(edit1.Text,0,1);

Posted: Wed May 18, 2016 6:49 pm
by chorao157
Forgot the put .Format at the end... Now All works

Code: Select all

RichViewEdit1.Format;