System.SysUtils.TEncoding.Unicode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property Unicode: TEncoding read GetUnicode;

C++

/* static */ __property TEncoding* Unicode = {read=GetUnicode};

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).

Siehe auch

Codebeispiele