<< Click to display table of contents >> TRVDocumentProperty.CodePage |
Encoding for saving and loading plain text and Markdown.
property CodePage: TRVCodePage;
(introduced in version 23)
This property controls loading and saving from/to TBlobField linked to/from this TRichViewEdit using LiveBindings (Delphi XE2+).
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 saved/loaded as Unicode (UTF-16))
Default value:
See also