Search found 1 match

by hakanb
Sat Aug 23, 2008 6:55 pm
Forum: Support
Topic: Multiple spaces lost when saving to HTML
Replies: 1
Views: 7081

Multiple spaces lost when saving to HTML

Hello, I was testing TRichView and trying to Save the RichViewEdit to HTML with the following code: Stream1:=TStringStream.Create(''); RichViewEdit1.SaveHTMLToStreamEx( Stream1,'','Test','','','','', [rvsoUseCheckpointsNames,rvsoNoHypertextImageBorders,rvsoMarkersAsText]); After I do, the text ...