[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Convert a null-terminated array of widechar to an ansistring
Source position: wstringh.inc line 38
procedure WideCharToStrVar( |
S: PWideChar; |
out Dest: AnsiString |
); |
WideCharToStringconverts the null-terminated widechar array Sto an ansistring, and returns the ansistring in Dest.
No validity checking is performed on S. Passing an invalid pointer, or an improperly terminated array 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 |