API:System.SysUtils.TUTF7Encoding

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.TMBCSEncodingSystem.SysUtils.TEncodingSystem.TObjectTUTF7Encoding

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.

System.SysUtils.TUTF7Encoding inherits from System.SysUtils.TMBCSEncoding. All content below this line refers to System.SysUtils.TMBCSEncoding.

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