RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.WideCharToStrVar Function

Converts WideString string to UnicodeString.

Pascal
procedure WideCharToStrVar(Source: PWideChar; var Dest: UnicodeString);
C++
WideCharToStrVar(PWideChar Source, UnicodeString Dest);

WideCharToStrVar converts the WideString string Source into a UnicodeString, and copies the result into Dest. The source must be null-terminated. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!