TEncoding Class

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

The TEncoding type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TEncoding class.

Top
Show:
 NameDescription
ANSI

Represents property ANSI.

ASCII

Represents property ASCII.

BigEndianUnicode

Represents property BigEndianUnicode.

CodePage

Represents property CodePage.

EncodingName

Represents property EncodingName.

IsSingleByte

Represents property IsSingleByte.

Unicode

Represents property Unicode.

UTF7

Represents property UTF7.

UTF8

Represents property UTF8.

Top
Show:
 NameDescription
Clone

Represents method Clone.

GetANSI

Represents method GetANSI.

GetASCII

Represents method GetASCII.

GetBigEndianUnicode

Represents method GetBigEndianUnicode.

GetCodePage

Represents method GetCodePage.

GetEncoding(String)

Overloaded. Represents method GetEncoding(String).

GetEncoding(TCodepage)

Overloaded. Represents method GetEncoding(TCodepage).

GetEncodingName

Represents method GetEncodingName.

GetIsSingleByte

Represents method GetIsSingleByte.

GetPreamble

Represents method GetPreamble.

GetUnicode

Represents method GetUnicode.

GetUTF7

Represents method GetUTF7.

GetUTF8

Represents method GetUTF8.

IsStandardEncoding(TEncoding)

Represents method IsStandardEncoding(TEncoding).

Top

TEncoding is an abstract base class and can not be instantiated directly.