System.GetTextCodePage

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

Delphi

function GetTextCodePage(const T: Text): Word;

C++

extern DELPHI_PACKAGE Word __fastcall GetTextCodePage(const TextFile &T);

プロパティ

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

説明

テキスト ファイルのコード ページを取得します。


GetTextCodePage は、TTextRec 変数の CodePage フィールドの値を返します。

関連項目