表示: Delphi C++
表示設定

System.StringCodePage

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

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

C++

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

プロパティ

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

説明

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

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

関連項目

以前のバージョン
他の言語