[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a length-limited array of widechar to an ansistring
Source position: ustringh.inc line 39
procedure WideCharLenToStrVar( |
Src: PWideChar; |
Len: SizeInt; |
out Dest: UnicodeString |
); |
Src: PWideChar; |
Len: SizeInt; |
out Dest: AnsiString |
); |
WideCharLenToString converts at most Len widecharacters from the null-terminated widechar array Src to an ansistring, and returns the ansistring in Dest.
No validity checking is performed on Src. Passing an invalid pointer may lead to access violations.
|
Convert a string to an array of widechars. |
|
|
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 |