<< Click to display table of contents >> TCustomRichView.SaveMarkdown |
Saves the document (or the selected part, if SelectionOnly=True) to the file FileName as Markdown.
function SaveMarkdown(const FileName: TRVUnicodeString;
SelectionOnly: Boolean;
CodePage: TRVCodePage = CP_UTF8): Boolean;
(introduced in version 19, changed in verison 23)
Parameters
FileName – output file name;
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:
See also methods:
See also: