Converts a UCS4 string to a null-terminated array of UCS4 characters.
function PUCS4Chars(const S: UCS4String): PUCS4Char;
PUCS4Char PUCS4Chars(const UCS4String S);
System
PUCS4Chars converts the UCS-4 string specified by S to a null-terminated sequence of UCS4Char values.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|