TRVCodePage Type

<< Click to display table of contents >>

TRVCodePage Type

Unit [VCL/FMX] RVStyle / fmxRVStyle;

type

  TRVCodePage = type Cardinal;

A type for code page identifiers.

Some important values:

0 (CP_ACP) – ANSI code page of the default language in Windows

65001 (CP_UTF8) – Unicode in UTF-8 encoding

$FFFFFFFF (RV_CP_DEFAULT) can be used only in several places to specify default code page (which may be different depending on file format or on OS).