System.SysUtils.TEncoding Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ANSIpublicOn Windows, it returns the default ANSI code page; on Mac OS, it returns the Windows equivalent based on your country settings.
ASCIIpublicReturns an encoding for the ASCII character set.
BigEndianUnicodepublicReturns an encoding for the UTF-16 format with big-endian byte order.
CodePagepublicContains the encoding's codepage.
DefaultpublicOn Windows, System.SysUtils.TEncoding.Default returns the default ANSI code page; on Mac OS, it returns UTF-8.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EncodingNamepublicContains the name of the encoding.
IsSingleBytepublicThis boolean specifies whether the current encoding is of single-byte format.
MIMENamepublic
UnicodepublicReturns an encoding for the UTF-16 format with little-endian byte order.
UTF7publicReturns an encoding for the UTF-7 format.
UTF8publicReturns an encoding for the UTF-8 format.