I need some help with a RichEdit component.
I want to copy some lines from one RichEdit box to another RichEdit box, and I just don't seem to find the write code.
I want it to be something like this:
for(int i=0;i<14;i++)
RichEdit1->Lines= RichEdit2->Lines
...something like this. Can anyone help me pls?
Thanks.
I want to copy some lines from one RichEdit box to another RichEdit box, and I just don't seem to find the write code.
I want it to be something like this:
for(int i=0;i<14;i++)
RichEdit1->Lines= RichEdit2->Lines
...something like this. Can anyone help me pls?
Thanks.