System.SysUtils.TEncoding.UTF8

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

Delphi

class property UTF8: TEncoding read GetUTF8;

C++

/* static */ __property TEncoding* UTF8 = {read=GetUTF8};

プロパティ

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

説明

UTF-8 形式のエンコードを返します。

TEncoding.UTF8 は、UTF-8 形式のエンコードを返します。

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

関連項目

コード サンプル