API:System.SysUtils.TUTF7Encoding

Delphi
TUTF7Encoding = class(TMBCSEncoding)
C++
class PASCALIMPLEMENTATION TUTF7Encoding : public TMBCSEncoding
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. {{#multireplace:System.SysUtils.TUTF7Encoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.SysUtils.TMBCSEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.SysUtils.TMBCSEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.