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



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

DefaultWide2AnsiMove

Standard implementation of Widestring to Ansi conversion routine

Declaration

Source position: wstringh.inc line 40

procedure DefaultWide2AnsiMove(

  source: PWideChar;

  var dest: ansistring;

  len: SizeInt

);

Description

DefaultWide2AnsiMove simply copies each character from Source having an ordinal value of less than 255 to the corresponding character in Dest. Characters having an ordinal valuelarger than 255 will be replaced by question marks. At most Len characters will be copied.

Errors

None.

See also

DefaultAnsi2WideMove

  

Standard implementation of Ansi to Widestring conversion routine

Notes

 No notes exist for this page yet. 





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