Copies a string from its COM representation to an existing Delphi string.
procedure OleStrToStrVar(Source: PWideChar; var Dest: string);
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!
|