API: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

説明

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

System.SysUtils.TBigEndianUnicodeEncoding.GetCodePage は System.SysUtils.TUnicodeEncoding.GetCodePage を継承しています。以下の内容はすべて System.SysUtils.TUnicodeEncoding.GetCodePage を参照しています。

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

GetCodePage は、Unicode リトルエンディアンを表す、定数整数値を返します。

関連項目