Converts Unicode string to a single or multi byte character data.
procedure WideCharToStrVar(Source: PWideChar; var Dest: string);
WideCharToStrVar(PWideChar Source, AnsiString Dest);
System
WideCharToStrVar converts UNICODE string Source into single or multi byte character data, and copies the result into Dest. The source must be null-terminated.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|