<< Click to display table of contents >> RV_CP_DEFAULT |
Unit [VCL/FMX]: RVStyle / fmxRVStyle;
const
RV_CP_DEFAULT = $FFFFFFFF;
Default code page value.
This value is supported only in the following places:
▪for CodePage parameter of LoadFromFile, LoadFromFileEx and LoadFromStream, LoadFromStreamEx;
When this value is specified, the component uses the following code pages:
▪CP_UTF8 (UTF-8) for Markdown
▪CP_ACP (code page of the default Windows language) for plain text files in Windows
▪CP_UTF8 for plain text files in other (non-Windows) platforms.