System.AnsiStringBase.CodePage

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

C++

unsigned short CodePage()    const { return Data ? GetRec().codePage : (unsigned short)System::DefaultSystemCodePage; }

プロパティ

種類 可視性 ソース ユニット
function public dstring.h System AnsiStringBase

説明

AnsiStringBase のコード ページを取得します。

CodePage は、AnsiStringBase インスタンスのコード ページを取得します。 インスタンスが空の場合、システム デフォルトのコード ページ、System::DefaultSystemCodePage を返します。

関連項目