System.SysUtils.TUTF7Encoding
Delphi
TUTF7Encoding = class(TMBCSEncoding)
C++
class PASCALIMPLEMENTATION TUTF7Encoding : public TMBCSEncoding
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
TUTF7Encoding は UTF-7 エンコーディングをサポートするクラスです。
TUTF7Encoding は、UTF-7 エンコーディングへの文字列のエンコードとエコードをサポートするクラスです。また、TUTF7Encoding は、TUTF8Encoding などのその他のエンコーディングの基底クラスでもあります。TUTF7Encoding クラスのインスタンスを取得するには、TEncoding クラスの UTF7 プロパティを使用することをお勧めします。