<< 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:
See also methods:
▪SaveRVF;
See also:
▪Saving and loading RichView document;
▪RVF.