System.SysUtils.TEncoding.GetEncodingName

提供: RAD Studio API Documentation
2014年2月11日 (火) 08:10時点におけるAChavesBot (トーク | 投稿記録)による版 (47307.)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function GetEncodingName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetEncodingName(void);

プロパティ

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

説明

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

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

関連項目