表示: Delphi C++
表示設定

System.SysUtils.TEncoding.UTF8

提供:XE2 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 のバイト オーダー マークが付きます。

関連項目

コード サンプル

以前のバージョン
他の言語