System.SysUtils.TEncoding.Unicode
Delphi
class property Unicode: TEncoding read GetUnicode;
C++
/* static */ __property TEncoding* Unicode = {read=GetUnicode};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TEncoding |
Beschreibung
Gibt eine Codierung für das UTF-16-Format mit der Byte-Reichenfolge little-endian zurück.
TEncoding.Unicode gibt eine Codierung für das UTF-16-Format mit der Byte-Reichenfolge little-endian zurück.
Der Rückgabewert ist eine Instanz des Typs TUnicodeEncoding. Diese Codierung hat ein BOM (Byte Order Mark) von FFFE (hexadezimal).