System.SysUtils.TEncoding.UTF8
Delphi
class property UTF8: TEncoding read GetUTF8;
C++
/* static */ __property TEncoding* UTF8 = {read=GetUTF8};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TEncoding |
Description
Returns an encoding for the UTF-8 format.
TEncoding.UTF8 returns an encoding for the UTF-8 format.
The Return Value is an instance of type TUTF8Encoding. This encoding has a byte order mark of hexadecimal EFBBBF.