<< Click to display table of contents >> TDBRichView.AllowMarkdown |
Turn on/off Markdown loading.
property AllowMarkdown: Boolean;
(introduced in version 23)
If the field does not contain RVF, RTF, DocX, or HTML, field content will be loaded:
▪as Markdown, if AllowMarkdown = True
▪as a plain text, otherwise
Default value:
False
See also
▪TRichView.Document.AllowMarkdown (for LiveBindings)