System.SysUtils.TMBCSEncoding
Delphi
TMBCSEncoding = class(TEncoding)
C++
class PASCALIMPLEMENTATION TMBCSEncoding : public TEncoding
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
TMBCSEncoding is a base class for other MBCS (Multi-Byte Character Set) encoding classes.
TMBCSEncoding serves as a base class for other specialized multi-byte encoding classes such as TUTF7Encoding and TUTF8Encoding. You can also use TMBCSEncoding separately by creating instances of TMBCSEncoding directly.