| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a string to an array of widechars.
Source position: ustringh.inc line 39
function StringToWideChar(  | 
const Src: RawByteString;  | 
Dest: PWideChar;  | 
DestSize: SizeInt  | 
):PWideChar;  | 
StringToWideChar converts a single-byte-character string Src to a null-terminated array of WideChars. The destination for this array is pointed to by Dest, and contains room for at least DestSize widechars.
No validity checking is performed on Dest.
  | 
Convert a null-terminated array of widechar to an unicodestring  | 
|
  | 
Convert a null-terminated array of widechar to an ansistring  | 
|
  | 
Convert a length-limited array of widechar to an ansistring  | 
|
  | 
Convert a length-limited array of widechar to an unicodestring  |