RAD Studio VCL Reference
|
Converts WideString string to UnicodeString.
procedure WideCharToStrVar(Source: PWideChar; var Dest: UnicodeString);
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!
|