[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Standard implementation of Widestring to Ansi conversion routine
Source position: wstringh.inc line 40
procedure DefaultWide2AnsiMove( |
source: PWideChar; |
var dest: ansistring; |
len: SizeInt |
); |
DefaultWide2AnsiMovesimply copies each character from Sourcehaving 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 Lencharacters will be copied.
None.
|
Standard implementation of Ansi to Widestring conversion routine |