Insert new line character to end of lines (wordwrap)

General TRichView support forum. Please post your questions here
Post Reply
ohm0485
Posts: 2
Joined: Thu Nov 09, 2006 8:25 am

Insert new line character to end of lines (wordwrap)

Post by ohm0485 »

Hi anybody,

I want to insert new line character to end of lines for separate each line (in wordwrap case).

I uses
RichViewedit1.RVData.SetSelectionBounds(1,80,1,80);
for goto specific column(like 80) and insertText(#10) but i don't know goto end of line for insert #10.

Thanks,

Ohm.
Post Reply