RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.UCS4String Type

UCS4String is used for working with 4–byte Unicode characters.

Pascal
UCS4String = array of UCS4Char;
C++
array of UCS4Char UCS4String;

UCS4Char represents a 4–byte Unicode character. UCS4String, which is a dynamic array of UCS4Char, represents a string encoded using UCS4 (4–byte Unicode). 

 

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