System.DefaultUnicodeCodePage
Delphi
DefaultUnicodeCodePage: Integer; { Used by _NewUnicodeString to set the codePage field of strRec }
C++
extern DELPHI_PACKAGE int DefaultUnicodeCodePage;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
Represents the default code page for a string.
DefaultUnicodeCodePage represents the default code page for a UnicodeString.
DefaultUnicodeCodePage is used by the _NewUnicodeString
routine to set the codePage field of StrRec.