RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.WideCharToStrVar Function

Converts Unicode string to a single or multi byte character data.

Pascal
procedure WideCharToStrVar(Source: PWideChar; var Dest: string);
C++
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!