System.SysUtils.TMBCSEncoding
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 は、その他の特殊なマルチバイト エンコーディング クラス(TUTF7Encoding、TUTF8Encoding など)の基底クラスとしての役割を果たします。また、TMBCSEncoding のインスタンスを直接作成して、TMBCSEncoding を単独で使用することもできます。