System.SysUtils.TMBCSEncoding.GetEncodingName

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

Delphi

function GetEncodingName: string; override;

C++

virtual System::UnicodeString __fastcall GetEncodingName(void);

プロパティ

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


説明

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

GetEncodingName は、コード ページ名を返します。

関連項目