System.StringCodePage

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

Delphi

function StringCodePage(const S: UnicodeString): Word; overload;
function StringCodePage(const S: _RawByteStr): Word; overload;

C++

extern DELPHI_PACKAGE Word __fastcall StringCodePage(const UnicodeString S)/* overload */;

プロパティ

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

説明

文字列に関連付けられたコード ページを返します。

StringCodePage を呼び出すと、文字列のコード ページを取得できます。RAD Studio 内の各文字列は、コード ページに関連付けられています。ランタイム ライブラリは、この情報を使用して各国語文字セットを安全に変換および操作します。

関連項目