API:System.SysUtils.TBigEndianUnicodeEncoding.GetCodePage

From RAD Studio API Documentation

Delphi

function GetCodePage: Cardinal; override;

C++

virtual unsigned __fastcall GetCodePage(void);

Properties

Type Visibility Source Unit Parent
function class protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TBigEndianUnicodeEncoding

Description

Returns the code page, 1200, which is UCS-2LE. {{#multireplace:System.SysUtils.TBigEndianUnicodeEncoding.GetCodePage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.SysUtils.TUnicodeEncoding.GetCodePage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.SysUtils.TUnicodeEncoding.GetCodePage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the code page, 1200, which is UCS-2LE.

GetCodePage returns a constant integral value representing the Unicode little-endian code page.

See Also