TDBRichViewEdit.AllowMarkdown

<< Click to display table of contents >>

TDBRichViewEdit.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) or (FieldFormat = rvdbMarkdown)

as a plain text, otherwise

 

Default value:

False

 

See also

CodePage

TRichViewEdit.Document.AllowMarkdown (for LiveBindings)