I am Inserting the Date / Time into a TRichViewEdit from a TListBox from a Seperate Form but everytime I call Format or Reformat or even FormatTail it only Inserts the Date or Time at the bottom of the document.
How can I have it to Insert it at the Current Cursor Position?
Add*** methods must be used for document generation (rv.Clear; several rv.Add***; rv.Format).
For insertion in the caret position, use Insert*** methods (the only exception - InsertRVFFromStream)