System.SysUtils.TBigEndianUnicodeEncoding.GetCodePage

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCodePage: Cardinal; override;

C++

virtual unsigned __fastcall GetCodePage();

プロパティ

種類 可視性 ソース ユニット
function class protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TBigEndianUnicodeEncoding


説明

コード ページ 1201(つまり、UCS-2BE)を返します。

GetCodePage は、Unicode ビックエンディアンを表す、定数整数値を返します。

関連項目