RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.OleStrToString Function

Copies data received from a COM interface to a string.

Pascal
function OleStrToString(Source: PWideChar): UnicodeString;
C++
UnicodeString OleStrToString(PWideChar Source);

OleStrToString copies data from the format used by COM into a Delphi string. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!