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;

System

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

 

UCS4Char 

UCS4StringToWideString

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!