System.SysUtils.TEncoding.UTF8
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 のバイト オーダー マークが付きます。