System.SysUtils.TEncoding.Unicode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class property Unicode: TEncoding read GetUnicode;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

説明

リトルエンディアン バイト オーダーで UTF-16 形式のエンコードを返します。

TEncoding.Unicode は、リトルエンディアン バイト オーダーで UTF-16 形式のエンコードを返します。

戻り値は、TUnicodeEncoding 型のインスタンスです。このエンコードには、16 進数 FFFE のバイト オーダー マークが付きます。

関連項目

コード サンプル