help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

DefaultAnsi2WideMove

Standard implementation of Ansi to Widestring conversion routine

Declaration

Source position: wstringh.inc line 41

procedure DefaultAnsi2WideMove(

  source: PChar;

  var dest: widestring;

  len: SizeInt

);

Description

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.

Errors

None.

See also

DefaultWide2AnsiMove

  

Standard implementation of Widestring to Ansi conversion routine

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505