API:System.SysUtils.TBigEndianUnicodeEncoding.GetCodePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCodePage: Cardinal; override;

C++

virtual unsigned __fastcall GetCodePage();

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.

System.SysUtils.TBigEndianUnicodeEncoding.GetCodePage inherits from System.SysUtils.TUnicodeEncoding.GetCodePage. All content below this line refers to System.SysUtils.TUnicodeEncoding.GetCodePage.

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

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

See Also