API: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 |
説明
TMBCSEncoding は、その他の MBCS(Multi-Byte Character Set)エンコーディング クラスの基底クラスです。
System.SysUtils.TUTF7Encoding は System.SysUtils.TMBCSEncoding を継承しています。以下の内容はすべて System.SysUtils.TMBCSEncoding を参照しています。
TMBCSEncoding は、その他の MBCS(Multi-Byte Character Set)エンコーディング クラスの基底クラスです。
TMBCSEncoding は、その他の特殊なマルチバイト エンコーディング クラス(TUTF7Encoding、TUTF8Encoding など)の基底クラスとしての役割を果たします。また、TMBCSEncoding のインスタンスを直接作成して、TMBCSEncoding を単独で使用することもできます。