System.OleStrToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OleStrToString(Source: PWideChar): UnicodeString;

C++

extern DELPHI_PACKAGE UnicodeString __fastcall OleStrToString(WideChar * Source);

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

Copies data received from a COM interface to a string.

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

See Also