RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEncoding.UTF8 Property

Returns an encoding for the UTF-8 format.

Pascal
class property UTF8: TEncoding;
C++
__property TEncoding UTF8;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!