API:System.SysUtils.TUTF8Encoding

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

System.SysUtils.TUTF7EncodingSystem.SysUtils.TMBCSEncodingSystem.SysUtils.TEncodingSystem.TObjectTUTF8Encoding

Delphi

TUTF8Encoding = class(TUTF7Encoding)

C++

class PASCALIMPLEMENTATION TUTF8Encoding : public TUTF7Encoding

プロパティ

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

説明

TUTF7Encoding は UTF-7 エンコーディングをサポートするクラスです。

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

TUTF7Encoding は UTF-7 エンコーディングをサポートするクラスです。

TUTF7Encoding は、UTF-7 エンコーディングへの文字列のエンコードとエコードをサポートするクラスです。また、TUTF7Encoding は、TUTF8Encoding などのその他のエンコーディングの基底クラスでもあります。TUTF7Encoding クラスのインスタンスを取得するには、TEncoding クラスの UTF7 プロパティを使用することをお勧めします。

関連項目