Is there a way to insert hard returns into a TppRichText box? I've tried putting my SelStart to the point I want and then setting SelText to chr(13) but no luck...
The RichText component does not read ASCII characters. If you want to add a hard return to a richtext document, you will either need to do it in a richtext editor or add it to the underlying richtext code manually.
Comments
The RichText component does not read ASCII characters. If you want to add a
hard return to a richtext document, you will either need to do it in a
richtext editor or add it to the underlying richtext code manually.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com