[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Standard implementation of Ansi to Widestring conversion routine
Source position: wstringh.inc line 41
procedure DefaultAnsi2WideMove( |
source: PChar; |
var dest: widestring; |
len: SizeInt |
); |
DefaultAnsi2WideMove simply copies each character of the null-terminated ansi-string Source to the corresponding WideChar in Dest. At most Len characters will be copied.
None.
|
Standard implementation of Widestring to Ansi conversion routine |
No notes exist for this page yet.