TDBRichView.CodePage

<< Click to display table of contents >>

TDBRichView.CodePage

Encoding for loading plain text and Markdown.

property CodePage: TRVCodePage;

(introduced in version 23)

The default value of this property is RV_CP_DEFAULT. See the topic about this constant for details.

This property is not used when working with WideMemo fields (for these fields, text and Markdown are always oaded as Unicode (UTF-16))

Default value:

RV_CP_DEFAULT

 

See also

TRichView.Document.CodePage (for LiveBindings)