RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.OleStrToString Function

Copies data received from a COM interface to a string.

Pascal
function OleStrToString(Source: PWideChar): string;
C++
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!