TCustomRichView.SaveRVFToStream

<< Click to display table of contents >>

TCustomRichView.SaveRVFToStream

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

function SaveRVFToStream(Stream: TStream;

  SelectionOnly: Boolean): Boolean;

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

Return value: "successful saving?"

 

See also properties:

▪RVFOptions.

See also methods:

▪SaveRVF;

▪LoadRVFFromStream;

▪InsertRVFFromStream;

▪AppendRVFFromStream.

See also:

▪Saving and loading RichView document;

▪RVF.