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

DefaultAnsi2WideMove

Standard implementation of Ansi to Widestring conversion routine

Declaration

Source position: wstringh.inc line 35

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.