Make sure that DBSRichViewEdit.RVFOptions property includes rvfoSaveTextStyles and rvfoParaStyles, and DBSRichViewEdit.RVFTextStylesReadMode = DBSRichViewEdit.RVFParaStylesReadMode = rvf_sInsertMerge. Must I use the TDBSRichViewEdit ??? Could not use the TSRichViewEdit ??? I dont need the direkt ...
It is saved, but loaded as a plain text, because reading in RVF format failed. It happens because the document was saved without text, paragraph and list styles. In this mode, it can be loaded only to TRichView having exactly the same collections of styles. To fix this problem, double click ...
If you want to change file name for new documents, use RVAControlPanel.DefaultFileName (change it before execution of TrvActionNew). If you want to change file name for document with assigned name (assigned after executing TrvActionOpen or TrvActionSaveAs), you can use TrvActionSave.Documents ...