RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEncoding.BigEndianUnicode Property

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

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

TEncoding.BigEndianUnicode returns an encoding for the UTF-16 format with big-endian byte order. 

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

 

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