System.SysUtils.TMBCSEncoding

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

System.SysUtils.TEncodingSystem.TObjectTMBCSEncoding

Delphi

TMBCSEncoding = class(TEncoding)

C++

class PASCALIMPLEMENTATION TMBCSEncoding : public TEncoding

プロパティ

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

説明

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

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

関連項目