RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEncoding.Unicode Property

Returns an encoding for the UTF-16 format with little-endian byte order.

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

TEncoding.Unicode returns an encoding for the UTF-16 format with little-endian byte order. 

The Return Value is an instance of type TUnicodeEncoding. This encoding has a byte order mark of hexadecimal FFFE. 

 

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