API:System.SysUtils.TMBCSEncoding.GetEncodingName

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

Delphi

function GetEncodingName: string; override;

C++

virtual System::UnicodeString __fastcall GetEncodingName();

プロパティ

種類 可視性 ソース ユニット
function class protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TMBCSEncoding

説明

エンコーディング名前を返します。

System.SysUtils.TMBCSEncoding.GetEncodingName は System.SysUtils.TEncoding.GetEncodingName を継承しています。以下の内容はすべて System.SysUtils.TEncoding.GetEncodingName を参照しています。

エンコーディング名前を返します。

GetEncodingName は、コード ページ名を返します。 GetEncodingName は仮想メソッドで、 Self (C++ では this)の実行時型が TEncoding の場合、空文字列が返されます。

関連項目