RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.OleStrToStrVar Function

Copies a string from its COM representation to an existing Delphi string.

Pascal
procedure OleStrToStrVar(Source: PWideChar; var Dest: string);
C++
OleStrToStrVar(PWideChar Source, AnsiString Dest);

System

OleStrToStrVar converts a wide string (the format used by COM interfaces) into an existing string variable. 

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