RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.WideCharLenToStrVar Function

WideCharLenToStrVar converts Unicode characters to single or multi byte character data.

Pascal
procedure WideCharLenToStrVar(Source: PWideChar; SourceLen: Integer; var Dest: string);
C++
WideCharLenToStrVar(PWideChar Source, int SourceLen, AnsiString Dest);

System

The WideCharToStrVar procedure converts SourceLen WideChar (Unicode) characters from Source into single or multi byte character data, and copies the result into Dest. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!