System.SysUtils.TUnicodeEncoding.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 TUnicodeEncoding


説明

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

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

関連項目