API:System.SysUtils.TUTF7Encoding

提供: RAD Studio API Documentation
2012年4月12日 (木) 19:15時点におけるBuildBot (トーク | 投稿記録)による版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

System.SysUtils.TMBCSEncodingSystem.SysUtils.TEncodingSystem.TObjectTUTF7Encoding

Delphi

TUTF7Encoding = class(TMBCSEncoding)

C++

class PASCALIMPLEMENTATION TUTF7Encoding : public TMBCSEncoding

プロパティ

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

説明

TMBCSEncoding は、その他の MBCS(Multi-Byte Character Set)エンコーディング クラスの基底クラスです。

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

TMBCSEncoding は、その他の MBCS(Multi-Byte Character Set)エンコーディング クラスの基底クラスです。

TMBCSEncoding は、その他の特殊なマルチバイト エンコーディング クラス(TUTF7EncodingTUTF8Encoding など)の基底クラスとしての役割を果たします。また、TMBCSEncoding のインスタンスを直接作成して、TMBCSEncoding を単独で使用することもできます。

関連項目