TCustomRichView.SaveRTFToStream

<< Click to display table of contents >>

TCustomRichView.SaveRTFToStream

Exports TRichView document (or the selected part, if SelectionOnly=True) to the Stream as RTF (Rich Text Format)

function SaveRTFToStream(Stream: TStream;

  SelectionOnly: Boolean):Boolean;

The same as SaveRTF, but saves to a stream instead of a file.