| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a string to an array of widechars.
Source position: ustringh.inc line 37
| function StringToWideChar( | 
| const Src: RawByteString; | 
| Dest: PWideChar; | 
| DestSize: SizeInt | 
| ):PWideChar; | 
StringToWideChar converts an ansistring 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 ansistring | |
| 
 | 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 ansistring |