System.SysUtils.TMBCSEncoding

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.TEncodingSystem.TObjectTMBCSEncoding

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.

See Also