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

DefaultAnsi2UnicodeMove

Standard widestring manager callback

Declaration

Source position: ustringh.inc line 47

procedure DefaultAnsi2UnicodeMove(

  source: PChar;

  var dest: unicodestring;

  len: SizeInt

);

Description

DefaultAnsi2UnicodeMove is the standard callback used for the widestring manager when an ansistring must be converted to a unicodestring. It simply copies over all characters from the ansistring to the unicodestring, no conversion whatsoever is performed.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads