TMultiByteCharacterSetEncoding Class

Represents type TMultiByteCharacterSetEncoding.

Namespace: System.Text
TObject
  System.Text.TEncoding
    System.Text.TMultiByteCharacterSetEncoding
      System.Text.TUTF7Encoding
type
 TMultiByteCharacterSetEncoding = class(TEncoding)
 end;

The TMultiByteCharacterSetEncoding type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the TMultiByteCharacterSetEncoding class. (Overrides TEncoding.Create.)

Create(Integer)

Overloaded. Initializes a new instance of the TMultiByteCharacterSetEncoding class.

Top
Show:
 NameDescription
ANSI

Represents property ANSI. (Inherited from TEncoding.)

ASCII

Represents property ASCII. (Inherited from TEncoding.)

BigEndianUnicode

Represents property BigEndianUnicode. (Inherited from TEncoding.)

CodePage

Represents property CodePage. (Inherited from TEncoding.)

EncodingName

Represents property EncodingName. (Inherited from TEncoding.)

IsSingleByte

Represents property IsSingleByte. (Inherited from TEncoding.)

Unicode

Represents property Unicode. (Inherited from TEncoding.)

UTF7

Represents property UTF7. (Inherited from TEncoding.)

UTF8

Represents property UTF8. (Inherited from TEncoding.)

Top
Show:
 NameDescription
Clone

Represents method Clone. (Inherited from TEncoding.)

GetANSI

Represents method GetANSI. (Inherited from TEncoding.)

GetASCII

Represents method GetASCII. (Inherited from TEncoding.)

GetBigEndianUnicode

Represents method GetBigEndianUnicode. (Inherited from TEncoding.)

GetCodePage

Represents method GetCodePage. (Inherited from TEncoding.)

GetEncoding(String)

Overloaded. Represents method GetEncoding(String). (Inherited from TEncoding.)

GetEncoding(TCodepage)

Overloaded. Represents method GetEncoding(TCodepage). (Inherited from TEncoding.)

GetEncodingName

Represents method GetEncodingName. (Inherited from TEncoding.)

GetIsSingleByte

Represents method GetIsSingleByte. (Inherited from TEncoding.)

GetPreamble

Represents method GetPreamble. (Inherited from TEncoding.)

GetUnicode

Represents method GetUnicode. (Inherited from TEncoding.)

GetUTF7

Represents method GetUTF7. (Inherited from TEncoding.)

GetUTF8

Represents method GetUTF8. (Inherited from TEncoding.)

IsStandardEncoding(TEncoding)

Represents method IsStandardEncoding(TEncoding). (Inherited from TEncoding.)

Top