| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
UTF-16 unicode encoding
Source position: sysencodingh.inc line 147
| type TUnicodeEncoding = class(TEncoding) | ||
| public | ||
| constructor Create; virtual; | 
 | Create a new instance of the TUnicodeEncoding class | 
| function Clone; override; | 
 | Clone a TUnicodeEncoding instance | 
| function GetMaxByteCount(); override; | 
 | Return max number of bytes needed to represent a string | 
| function GetMaxCharCount(); override; | 
 | Return max number of characters that can be represented by an array of bytes | 
| function GetPreamble; override; | 
 | Return BOM marker bytes | 
| end; | 
| 
 | UTF-16 unicode encoding | |
| | | ||
| 
 | Encoding support | |
| | | ||
| TObject | 
TUnicodeEncoding is the encoding class used to represent the UTF-16 encoding.
| 
 | UTF-16 unicode encoding | |
| 
 | UTF-7 unicode encoding | |
| 
 | Multi-Byte character set encoding | |
| 
 | Big-endian UTF-16 unicode encoding |