TCustomRichView.SaveMarkdownToStream

<< Click to display table of contents >>

TCustomRichView.SaveMarkdownToStream

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

function SaveMarkdownToStream(Stream: TStream; 

  const Path: TRVUnicodeString; SelectionOnly: Boolean): Boolean;

(introduced in version 19, changed in version 23)

Parameters

Path path for saving images and other non-text items;

SelectionOnly if True, only selected part of the document is saved.

CodePage text encoding (UTF-8 by default)

 

Return value: "successful saving?"

 

See also properties:

MarkdownProperties.

See also methods:

SaveMarkdown.

See also:

Saving and loading TRichView document.