| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a null-terminated memory buffer with Unicode characters to an ansistring
Source position: ustringh.inc line 51
procedure UnicodeCharToStrVar(  | 
S: PUnicodeChar;  | 
out Dest: AnsiString  | 
);  | 
UnicodeCharLenToString converts the Unicode characters in buffer S up to the first null word, to an ansistring and returns the result in Dest
This function does the same as UnicodeCharToString.
No checking is done to see if the pointer S is valid.
  | 
Convert an ansistring to a null-terminated array of Unicode characters.  | 
|
  | 
Convert Unicode character to string  | 
|
  | 
Convert a memory buffer with Unicode characters to a unicodestring  | 
|
  | 
Convert Unicode character to string  |