I am adding strings at runtime to a TRichViewEdit using InsertText.
I have looked through the help, and tried searching this forum, but have come up with no solution to insert a line break /CRFL or 2 after the text has been entered.
In our app there is a section where users can define there own "templates" for emails that are sent throughout the system. Users can add predefined tags to the document, and then the RVF is saved to a stream which is stored in a blob in the db.
eg // This is a template and <% THIS.IS.A.TAG %> to be ...