Search found 2 matches

by ohm0485
Fri Nov 10, 2006 2:49 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 2749026

access violation

I try to run your demo and occur access violation when call this method

RichViewEdit1.SaveHTMLToStreamEx(Stream, '', 'Web Archive Demo', '', '', '', '', [rvsoUseCheckpointsNames, rvsoUTF8]);


Thanks.
by ohm0485
Thu Nov 09, 2006 12:08 pm
Forum: Support
Topic: Insert new line character to end of lines (wordwrap)
Replies: 0
Views: 16582

Insert new line character to end of lines (wordwrap)

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.