RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PUCS4Chars Function

Converts a UCS4 string to a null-terminated array of UCS4 characters.

Pascal
function PUCS4Chars(const S: UCS4String): PUCS4Char;
C++
PUCS4Char PUCS4Chars(const UCS4String S);

PUCS4Chars converts the UCS-4 string specified by S to a null-terminated sequence of UCS4Char values. 

 

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