Copies data received from a COM interface to a string.
function OleStrToString(Source: PWideChar): string;
AnsiString OleStrToString(PWideChar Source);
System
OleStrToString copies data from the format used by COM into a Delphi string.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|