TCustomRichView.SaveRVF

<< Click to display table of contents >>

TCustomRichView.SaveRVF

Saves the document (or the selected part, if SelectionOnly=True) to the file FileName as RVF (RichView Format)

function SaveRVF(const FileName: TRVUnicodeString;

  SelectionOnly: Boolean): Boolean;

(changed in version 18)

Setting for RVF saving can be changed in the TRichView component editor.

Return value: "successful saving?"

 

See also properties:

RVFOptions.

See also methods:

SaveRVFToStream;

LoadRVF.

See also:

Saving and loading RichView document;

RVF.