System.DefaultUnicodeCodePage

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

Delphi

DefaultUnicodeCodePage: Integer; { Used by _NewUnicodeString to set the codePage field of strRec }

C++

extern DELPHI_PACKAGE int DefaultUnicodeCodePage;

プロパティ

種類 可視性 ソース ユニット
variable public
System.pas
System.hpp
System System

説明

文字列のデフォルト コード ページを表します。

DefaultUnicodeCodePage は、UnicodeString のデフォルト コード ページを表します。

DefaultUnicodeCodePage は、_NewUnicodeString ルーチンが StrReccodePage フィールドを設定するときに使用されます。

関連項目